Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

GoodsIndicator Property

Used to identify the type of goods purchased over the Internet.

Syntax

__property TibcTSYSECommerceGoodsIndicators GoodsIndicator = {read=FGoodsIndicator, write=FSetGoodsIndicator, default=0};



enum TibcTSYSECommerceGoodsIndicators { tgiNotUsed=0, tgiDigitalGoods=1, tgiPhysicalGoods=2 };

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.

Note: This property is not actually used in the authorization, but will be contained in the aggregate returned from the GetDetailAggregate method. This property is only valid if the TransactionType is set to ttECommerce.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0