ShippingAddressLine3 Property
The third line of the street address or equivalent local portion of the address.
Syntax
char* GetShippingAddressLine3();
int SetShippingAddressLine3(const char* lpszShippingAddressLine3);
LPWSTR GetShippingAddressLine3();
INT SetShippingAddressLine3(LPCWSTR lpszShippingAddressLine3);
@property (nonatomic,readwrite,assign,getter=shippingAddressLine3,setter=setShippingAddressLine3:) NSString* shippingAddressLine3; - (NSString*)shippingAddressLine3; - (void)setShippingAddressLine3:(NSString*)newShippingAddressLine3;
public var shippingAddressLine3: String { get {...}
set {...} }
Default Value
""
Remarks
The third line of the street address or equivalent local portion of the address. The maximum length is 50 characters.
Data Type
String