GoodsIndicator Property
Used to identify the type of goods purchased over the Internet.
Syntax
public TsyshcecommerceGoodsIndicators GoodsIndicator { get; set; }
enum TsyshcecommerceGoodsIndicators { tgiNotUsed, tgiDigitalGoods, tgiPhysicalGoods }
Public Property GoodsIndicator As TsyshcecommerceGoodsIndicators
Enum TsyshcecommerceGoodsIndicators tgiNotUsed tgiDigitalGoods tgiPhysicalGoods End Enum
Default Value
0
Remarks
This property is used to identify the type of goods purchased over the Internet. Supported types are shown below.
tgiNotUsed (0) | GoodsIndicator is not used. |
tgiDigitalGoods (1) | Customer purchased digital goods (for instance, an application that was electronically delivered). |
tgiPhysicalGoods (2) | Customer purchased actual physical goods, which were then shipped to the customer. |