QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

State Property

The state.

Syntax

ANSI (Cross Platform)
char* GetState();
int SetState(const char* lpszState); Unicode (Windows) LPWSTR GetState();
INT SetState(LPCWSTR lpszState);
@property (nonatomic,readwrite,assign,getter=state,setter=setState:) NSString* state;
- (NSString*)state;
- (void)setState:(NSString*)newState;
#define PID_ADDRESS_STATE 11

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 state in the address.

In the Employee class State must be a valid two-letter abbreviation for a U.S. state.

For Canadian editions of QuickBooks, State represents the province instead.

Data Type

String

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