E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemSalesTax (property)

Amount of tax charged on payment.

Syntax

- (NSString*)itemSalesTax:(int)itemIndex;
- (void)setItemSalesTax:(int)itemIndex:(NSString*)newItemSalesTax;
public func itemSalesTax(itemIndex: Int32) throws -> String
public func setItemSalesTax(itemIndex: Int32, newItemSalesTax: String) throws -> Void

Default Value

""

Remarks

Amount of tax charged on payment.

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

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