QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

rate (property)

Unit rate of item.

Syntax

@property (nonatomic,readwrite,assign,getter=rate,setter=setRate:) NSString* rate;
- (NSString*)rate;
- (void)setRate:(NSString*)newRate;
public var rate: String {
  get {...}
set {...} }

Default Value

""

Remarks

The rate of the Item (specified by ItemId or ItemName) you're adding to the statement.

If Amount and Quantity are specified, then Rate will be calculated automatically and should not be specified.

The amount should be formatted as a string in dollars.

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