4D Payments SDK 2016 .NET Edition

Questions / Feedback?

GoodsIndicator Property

Indicates the type of goods being sold by an e-Commerce merchant.

Syntax

public PtechhealthcareGoodsIndicators GoodsIndicator { get; set; }

enum PtechhealthcareGoodsIndicators { giPhysicalGoods, giDigitalGoods }
Public Property GoodsIndicator As PtechhealthcareGoodsIndicators

Enum PtechhealthcareGoodsIndicators giPhysicalGoods giDigitalGoods End Enum

Default Value

0

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.

Copyright (c) 2021 4D Payments Inc. - All rights reserved.
4D Payments SDK 2016 .NET Edition - Version 16.0 [Build 8017]