InvoicingLocation.Builder |
InvoicingLocation.Builder.address1(String address1) |
Address first line.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.address2(String address2) |
Address second line.
|
static InvoicingLocation.Builder |
InvoicingLocation.builder() |
Create a new builder.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.city(String city) |
City.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.copy(InvoicingLocation model) |
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.country(String country) |
Country.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.postalCode(String postalCode) |
Postal code.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.region(String region) |
Region.
|
InvoicingLocation.Builder |
InvoicingLocation.Builder.tcaLocationId(Long tcaLocationId) |
TCA Location identifier.
|
InvoicingLocation.Builder |
InvoicingLocation.toBuilder() |
|