QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

TaxCodeDescription Property

Longer explanation of QBName .

Syntax

ANSI (Cross Platform)
char* GetTaxCodeDescription();
int SetTaxCodeDescription(const char* lpszTaxCodeDescription); Unicode (Windows) LPWSTR GetTaxCodeDescription();
INT SetTaxCodeDescription(LPCWSTR lpszTaxCodeDescription);
@property (nonatomic,readwrite,assign,getter=taxCodeDescription,setter=setTaxCodeDescription:) NSString* taxCodeDescription;
- (NSString*)taxCodeDescription;
- (void)setTaxCodeDescription:(NSString*)newTaxCodeDescription;
#define PID_QBLISTS_TAXCODEDESCRIPTION 19

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

Default Value

""

Remarks

This property is only available when the ListType is set to ltSalesTaxCode. For any other ListType, this property will be ignored.

Data Type

String

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