QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

price (property)

The price for this item.

Syntax

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

Default Value

""

Remarks

The price for this item. If the item is both purchased and sold Price will refer to the sales price, and PurchaseCost will refer to the purchase cost.

Not used for payment, sales tax, or subtotal items.

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