QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Price Property

The price for this item.

Syntax

ANSI (Cross Platform)
char* GetPrice();
int SetPrice(const char* lpszPrice); Unicode (Windows) LPWSTR GetPrice();
INT SetPrice(LPCWSTR lpszPrice);
@property (nonatomic,readwrite,assign,getter=price,setter=setPrice:) NSString* price;
- (NSString*)price;
- (void)setPrice:(NSString*)newPrice;
#define PID_ITEM_PRICE 16

INQB_EXTERNAL void* INQB_CALL InQB_Item_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Item_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

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