ShippingAddressState Property
The state or province of the address.
Syntax
char* GetShippingAddressState();
int SetShippingAddressState(const char* lpszShippingAddressState);
LPWSTR GetShippingAddressState();
INT SetShippingAddressState(LPCWSTR lpszShippingAddressState);
@property (nonatomic,readwrite,assign,getter=shippingAddressState,setter=setShippingAddressState:) NSString* shippingAddressState; - (NSString*)shippingAddressState; - (void)setShippingAddressState:(NSString*)newShippingAddressState;
public var shippingAddressState: String { get {...}
set {...} }
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