QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemRate (property)

Unit rate of item.

Syntax

- (NSString*)itemRate:(int)itemIndex;
- (void)setItemRate:(int)itemIndex:(NSString*)newItemRate;
public func itemRate(itemIndex: Int32) throws -> String
public func setItemRate(itemIndex: Int32, newItemRate: String) throws -> Void

Default Value

""

Remarks

Unit rate of item.

The unit rate charged for this item.

If ItemAmount is specified, then ItemRate will be calculated automatically and should not be specified.

The amount should be formatted as a string in dollars.

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]