QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Country Property

The country.

Syntax

ANSI (Cross Platform)
char* GetCountry();
int SetCountry(const char* lpszCountry); Unicode (Windows) LPWSTR GetCountry();
INT SetCountry(LPCWSTR lpszCountry);
@property (nonatomic,readwrite,assign,getter=country,setter=setCountry:) NSString* country;
- (NSString*)country;
- (void)setCountry:(NSString*)newCountry;
#define PID_ADDRESS_COUNTRY 3

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

Default Value

""

Remarks

The country. If not specified, assumed to be the United States.

Data Type

String

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