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

GoodsIndicator Property

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

Syntax

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

Enumerated values: public final static int pgiPhysicalGoods = 0; public final static int pgiDigitalGoods = 1;

Remarks

If the merchant is selling physical goods (goods that are shipped or are otherwise tangible) this property must be set to pgiPhysicalGoods. 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 pgiDigitalGoods. This property is only valid when the IndustryType is set to itECommerce.

Default Value

0

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