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

[VB.NET]
Public Property GoodsIndicator As TsysecommerceGoodsIndicators

[C#]
public TsysecommerceGoodsIndicators GoodsIndicator {get; set;}

enum TsysecommerceGoodsIndicators { tgiNotUsed, tgiDigitalGoods, tgiPhysicalGoods }

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.

Default Value

0

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