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

public int getGoodsIndicator();
public void setGoodsIndicator(int goodsIndicator);

Enumerated values: public final static int tgiNotUsed = 0; public final static int tgiDigitalGoods = 1; public final static int tgiPhysicalGoods = 2;

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