QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PriceLevelName Property

The name of this price level.

Syntax

ANSI (Cross Platform)
char* GetPriceLevelName();
int SetPriceLevelName(const char* lpszPriceLevelName); Unicode (Windows) LPWSTR GetPriceLevelName();
INT SetPriceLevelName(LPCWSTR lpszPriceLevelName);
@property (nonatomic,readwrite,assign,getter=priceLevelName,setter=setPriceLevelName:) NSString* priceLevelName;
- (NSString*)priceLevelName;
- (void)setPriceLevelName:(NSString*)newPriceLevelName;
#define PID_PRICELEVEL_PRICELEVELNAME 10

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

""

Remarks

The unique, case-insensitive name of the PriceLevel.

Data Type

String

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