4D Payments SDK 2016 .NET Edition

Questions / Feedback?

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.

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