/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

ShippingAddressState Property

The state or province of the address.

Syntax

ANSI (Cross Platform)
char* GetShippingAddressState();
int SetShippingAddressState(const char* lpszShippingAddressState); Unicode (Windows) LPWSTR GetShippingAddressState();
INT SetShippingAddressState(LPCWSTR lpszShippingAddressState);
@property (nonatomic,readwrite,assign,getter=shippingAddressState,setter=setShippingAddressState:) NSString* shippingAddressState;
- (NSString*)shippingAddressState;
- (void)setShippingAddressState:(NSString*)newShippingAddressState;
#define PID_SERVER_SHIPPINGADDRESSSTATE 87

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The state or province of the address. The maximum length is 3 characters and should be the country subdivision code defined in ISO 3166-2.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]