ShippingAddressLine2 Property
The second line of the street address or equivalent local portion of the address.
Syntax
char* GetShippingAddressLine2();
int SetShippingAddressLine2(const char* lpszShippingAddressLine2);
LPWSTR GetShippingAddressLine2();
INT SetShippingAddressLine2(LPCWSTR lpszShippingAddressLine2);
@property (nonatomic,readwrite,assign,getter=shippingAddressLine2,setter=setShippingAddressLine2:) NSString* shippingAddressLine2; - (NSString*)shippingAddressLine2; - (void)setShippingAddressLine2:(NSString*)newShippingAddressLine2;
public var shippingAddressLine2: String { get {...}
set {...} }
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