QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemRatePercent (property)

Line item property: A markup or discount percentage.

Syntax

- (NSString*)itemRatePercent:(int)itemIndex;
- (void)setItemRatePercent:(int)itemIndex:(NSString*)newItemRatePercent;
public func itemRatePercent(itemIndex: Int32) throws -> String
public func setItemRatePercent(itemIndex: Int32, newItemRatePercent: String) throws -> Void

Default Value

""

Remarks

Line item property: A markup or discount percentage.

If ItemRatePercent is specified instead of ItemRate, then this line item represents a percentage markup or discount, to be applied to the previous Item or Item group.

ItemRatePercent should be formatted as a positive or negative integer; a positive value indicates a markup.

Only one of ItemRatePercent and ItemRate may be specified. If ItemRatePercent is set, then ItemRate will be set to its default.

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.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]