ShippingAddressLine1 Property
The first line of the street address or equivalent local portion of the address.
Syntax
char* GetShippingAddressLine1();
int SetShippingAddressLine1(const char* lpszShippingAddressLine1);
LPWSTR GetShippingAddressLine1();
INT SetShippingAddressLine1(LPCWSTR lpszShippingAddressLine1);
@property (nonatomic,readwrite,assign,getter=shippingAddressLine1,setter=setShippingAddressLine1:) NSString* shippingAddressLine1; - (NSString*)shippingAddressLine1; - (void)setShippingAddressLine1:(NSString*)newShippingAddressLine1;
public var shippingAddressLine1: String { get {...}
set {...} }
Default Value
""
Remarks
The first line of the street address or equivalent local portion of the address. The maximum length is 50 characters.
Data Type
String