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

ItemTaxType Property

Type of tax charged in TaxAmount .

Syntax

int GetItemTaxType(int iItemIndex);

int SetItemTaxType(int iItemIndex, int iItemTaxType);

Possible Values

  ITT_UNKNOWN(0), 
  ITT_FEDERAL_SALES_TAX(1), 
  ITT_STATE_SALES_TAX(2), 
  ITT_CITY_SALES_TAX(3), 
  ITT_LOCAL_SALES_TAX(4), 
  ITT_MUNICIPAL_SALES_TAX(5), 
  ITT_OTHER_TAX(6), 
  ITT_VALUE_ADDED_TAX(7), 
  ITT_GOODS_SERVICES_TAX(8), 
  ITT_PROVINCIAL_SALES_TAX(9), 
  ITT_ROOM_TAX(10), 
  ITT_OCCUPANCY_TAX(11), 
  ITT_ENERGY_TAX(12), 
  ITT_NOTSUPPORTED(13)

Default Value

0

Remarks

Type of tax charged in ItemTaxAmount.

This property designates the type of value-added taxes (VAT) that are being charged in ItemTaxAmount All properties associated with a specific Line Item must be set with an identical ItemIndex index. This index must be incremented for each Line Item that is added. The ItemIdx ranges from 0 to LineItemCount - 1. This property is only used for MasterCard Corporate Purchasing Cards (CardType = ctMasterCard).

The size of the array is controlled by the LineItemCount property.

This property is not available at design time.

Data Type

Integer

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