QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PricePercent Property

A price percent for this item.

Syntax

ANSI (Cross Platform)
char* GetPricePercent();
int SetPricePercent(const char* lpszPricePercent); Unicode (Windows) LPWSTR GetPricePercent();
INT SetPricePercent(LPCWSTR lpszPricePercent);
@property (nonatomic,readwrite,assign,getter=pricePercent,setter=setPricePercent:) NSString* pricePercent;
- (NSString*)pricePercent;
- (void)setPricePercent:(NSString*)newPricePercent;
#define PID_ITEM_PRICEPERCENT 17

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

A price percent for this item (you might use a price percent if, for example, you are a service shop that calculates labor costs as a percentage of parts costs). If you set PricePercent Price will be set to zero.

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]