E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

itemTaxable (property)

Specifies whether the items in this Line Item are taxable.

Syntax

- (BOOL)itemTaxable:(int)itemIndex;
- (void)setItemTaxable:(int)itemIndex:(BOOL)newItemTaxable;
public func itemTaxable(itemIndex: Int32) throws -> Bool
public func setItemTaxable(itemIndex: Int32, newItemTaxable: Bool) throws -> Void

Default Value

FALSE

Remarks

Specifies whether the items in this Line Item are taxable.

This property identifies whether this line item is taxable.

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]