GoodsIndicator Property
Indicates the type of goods being sold by an e-Commerce merchant.
Syntax
[VB.NET] Public Property GoodsIndicator As PtechecommerceGoodsIndicators
[C#] public PtechecommerceGoodsIndicators GoodsIndicator {get; set;}
enum PtechecommerceGoodsIndicators { pgiPhysicalGoods, pgiDigitalGoods }
Remarks
If the merchant is selling physical goods (goods that are shipped or are otherwise tangible) this property must be set to pgiPhysicalGoods. If the merchant is selling Digital goods, such a membership, or any software or file that is delivered electronically, this field must be set to pgiDigitalGoods. This property is only valid when the IndustryType is set to itECommerce.
Default Value
0