QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

quantity (property)

The quantity of this line item group.

Syntax

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

Default Value

""

Remarks

This property is a String type in order to allow setting fractional quantities. Setting this property with non-numeric data will cause an error. Correct usage of this property is shown below:


  class.Quantity = "3"

Leave this property blank and no quantity will be sent to QuickBooks.

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