BillingAddressLine2 Property
The second line of the street address or equivalent local portion of the address.
Syntax
char* GetBillingAddressLine2();
int SetBillingAddressLine2(const char* lpszBillingAddressLine2);
LPWSTR GetBillingAddressLine2();
INT SetBillingAddressLine2(LPCWSTR lpszBillingAddressLine2);
@property (nonatomic,readwrite,assign,getter=billingAddressLine2,setter=setBillingAddressLine2:) NSString* billingAddressLine2; - (NSString*)billingAddressLine2; - (void)setBillingAddressLine2:(NSString*)newBillingAddressLine2;
public var billingAddressLine2: 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