GoodsIndicator Property
Indicates the type of goods being sold by an e-Commerce merchant.
Syntax
[VB.NET] Public Property GoodsIndicator As PtechhealthcareGoodsIndicators
[C#] public PtechhealthcareGoodsIndicators GoodsIndicator {get; set;}
enum PtechhealthcareGoodsIndicators { giPhysicalGoods, giDigitalGoods }
Remarks
If the merchant is selling physical goods (goods that are shipped or are otherwise tangible) this property must be set to giPhysicalGoods. 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 giDigitalGoods. This property is only valid when the IndustryType is set to itECommerce.
Default Value
0