TraderAddress
The trader address.
Parameters
line1
First line of customer's street address.
line2
Second line of customer's street address.
line3
Third line of customer's street address.
city
Customer's city.
stateProvinceCode
Customer's state or province code.
postalCode
Customer's postal code.
countryCode
Customer's country code, in two-letter ISO 3166-1 alpha-2 format.
Constructors
Link copied to clipboard
public TraderAddress TraderAddress(String line1, String line2, String line3, String city, String stateProvinceCode, String postalCode, String countryCode)