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

Questions / Feedback?

BillingAddressPostalCode Property

The ZIP or other postal code of the address.

Syntax

ANSI (Cross Platform)
char* GetBillingAddressPostalCode();
int SetBillingAddressPostalCode(const char* lpszBillingAddressPostalCode); Unicode (Windows) LPWSTR GetBillingAddressPostalCode();
INT SetBillingAddressPostalCode(LPCWSTR lpszBillingAddressPostalCode);
@property (nonatomic,readwrite,assign,getter=billingAddressPostalCode,setter=setBillingAddressPostalCode:) NSString* billingAddressPostalCode;
- (NSString*)billingAddressPostalCode;
- (void)setBillingAddressPostalCode:(NSString*)newBillingAddressPostalCode;
#define PID_SERVER_BILLINGADDRESSPOSTALCODE 13

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 ZIP or other postal code of the address. The maximum length is 16 characters.

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]