E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemTaxAmount (property)

Tax on this individual item.

Syntax

- (NSString*)itemTaxAmount:(int)itemIndex;
- (void)setItemTaxAmount:(int)itemIndex:(NSString*)newItemTaxAmount;
public func itemTaxAmount(itemIndex: Int32) throws -> String
public func setItemTaxAmount(itemIndex: Int32, newItemTaxAmount: String) throws -> Void

Default Value

""

Remarks

Tax on this individual item.

This property contains the amount of any Value Added Taxes (VAT) which can be associated with the purchased item.

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]