BillingContactRequestAddress

public final class BillingContactRequestAddress

Parameters

countryCode

Customer's country code, in two-letter ISO 3166-1 alpha-2 format. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

line1

First line of customer's street address. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

line2

Second line of customer's street address. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

line3

Third line of customer's street address. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

city

Customer's city. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

stateProvinceCode

Customer's state or province code. Mandatory for AU, CA and US. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

postalCode

Customer's postal code. Mandatory for CA, GB, and US. Special characters (\"<\", \">\", \"(\", \")\", and \"&\") entered in this field will be re-encoded. Only ISO-8859-1 compliant characters are allowed.

Constructors

Link copied to clipboard
public BillingContactRequestAddress BillingContactRequestAddress(String countryCode, String line1, String line2, String line3, String city, String stateProvinceCode, String postalCode)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String city
Link copied to clipboard
@Valid()
private final String countryCode
Link copied to clipboard
@Valid()
private final String line1
Link copied to clipboard
@Valid()
private final String line2
Link copied to clipboard
@Valid()
private final String line3
Link copied to clipboard
@Valid()
private final String postalCode
Link copied to clipboard
@Valid()
private final String stateProvinceCode

Functions

Link copied to clipboard
Link copied to clipboard
public final String getCity()
Link copied to clipboard
public final String getCountryCode()
Link copied to clipboard
public final String getLine1()
Link copied to clipboard
public final String getLine2()
Link copied to clipboard
public final String getLine3()
Link copied to clipboard
public final String getPostalCode()
Link copied to clipboard