BulkAddress |
BulkAddress.city(String city) |
The name of the city.
|
BulkAddress |
BulkAddress.company(String company) |
The name of the company.
|
BulkAddress |
BulkAddress.country(String country) |
The two-character ISO-3166-1 alpha-2 country code.
|
BulkAddress |
BulkAddress.email(String email) |
The email address.
|
static BulkAddress |
BulkAddress.fromJson(String jsonString) |
Create an instance of BulkAddress given an JSON string
|
BulkAddress |
CardConfiguration.getBulkAddress() |
Get bulkAddress
|
BulkAddress |
BulkAddress.houseNumberOrName(String houseNumberOrName) |
The house number or name.
|
BulkAddress |
BulkAddress.line1(String line1) |
The name of the street and the number of the building.
|
BulkAddress |
BulkAddress.line2(String line2) |
Additional information about the delivery address.
|
BulkAddress |
BulkAddress.line3(String line3) |
Additional information about the delivery address.
|
BulkAddress |
BulkAddress.mobile(String mobile) |
The full telephone number.
|
BulkAddress |
BulkAddress.name(String name) |
The recipient’s name (person or contact), for example ‘John Doe’.
|
BulkAddress |
BulkAddress.postalCode(String postalCode) |
The postal code.
|
BulkAddress |
BulkAddress.stateOrProvince(String stateOrProvince) |
The two-letter ISO 3166-2 state or province code.
|
BulkAddress |
BulkAddress.street(String street) |
The streetname of the house.
|