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

Questions / Feedback?

ShippingAddressCountry Property

The country of the address.

Syntax

ANSI (Cross Platform)
char* GetShippingAddressCountry();
int SetShippingAddressCountry(const char* lpszShippingAddressCountry); Unicode (Windows) LPWSTR GetShippingAddressCountry();
INT SetShippingAddressCountry(LPCWSTR lpszShippingAddressCountry);
@property (nonatomic,readwrite,assign,getter=shippingAddressCountry,setter=setShippingAddressCountry:) NSString* shippingAddressCountry;
- (NSString*)shippingAddressCountry;
- (void)setShippingAddressCountry:(NSString*)newShippingAddressCountry;
#define PID_SERVER_SHIPPINGADDRESSCOUNTRY 82

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 country of the address. The format is a 3 digit country code as defined in ISO 3166-1.

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]