QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PriceLevelType Property

Indicates the type of PriceLevel returned.

Syntax

ANSI (Cross Platform)
int GetPriceLevelType();
int SetPriceLevelType(int iPriceLevelType); Unicode (Windows) INT GetPriceLevelType();
INT SetPriceLevelType(INT iPriceLevelType);

Possible Values

T_UNSPECIFIED(0), 
T_FIXED_PERCENTAGE(1),
T_PER_ITEM(2)
@property (nonatomic,readwrite,assign,getter=priceLevelType,setter=setPriceLevelType:) int priceLevelType;
- (int)priceLevelType;
- (void)setPriceLevelType:(int)newPriceLevelType;

Possible Values

T_UNSPECIFIED(0), 
T_FIXED_PERCENTAGE(1),
T_PER_ITEM(2)
#define PID_PRICELEVEL_PRICELEVELTYPE 11

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

Default Value

0

Remarks

Indicates the type of price level returned in the response - fixed percentage type or per item type (per item types are only supported in Premier or Enterprise).

Data Type

Integer

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