E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemTaxType (property)

Type of tax charged in TaxAmount .

Syntax

- (NSString*)itemTaxType:(int)itemIndex;
- (void)setItemTaxType:(int)itemIndex:(NSString*)newItemTaxType;
public func itemTaxType(itemIndex: Int32) throws -> String
public func setItemTaxType(itemIndex: Int32, newItemTaxType: String) throws -> Void

Default Value

""

Remarks

Type of tax charged in ItemTaxAmount.

This property designates the type of value-added taxes (VAT) that are being charged in ItemTaxAmount

The ItemIndex parameter specifies the index of the item in the array. The size of the array is controlled by the LineItemCount property.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]