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

Questions / Feedback?

ShippingAddressLine2 Property

The second line of the street address or equivalent local portion of the address.

Syntax

ANSI (Cross Platform)
char* GetShippingAddressLine2();
int SetShippingAddressLine2(const char* lpszShippingAddressLine2); Unicode (Windows) LPWSTR GetShippingAddressLine2();
INT SetShippingAddressLine2(LPCWSTR lpszShippingAddressLine2);
@property (nonatomic,readwrite,assign,getter=shippingAddressLine2,setter=setShippingAddressLine2:) NSString* shippingAddressLine2;
- (NSString*)shippingAddressLine2;
- (void)setShippingAddressLine2:(NSString*)newShippingAddressLine2;
#define PID_SERVER_SHIPPINGADDRESSLINE2 84

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 second line of the street address or equivalent local portion of the address. The maximum length is 50 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]