public static class InvoicingLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InvoicingLocation.Builder |
address1(String address1)
Address first line.
|
InvoicingLocation.Builder |
address2(String address2)
Address second line.
|
InvoicingLocation |
build() |
InvoicingLocation.Builder |
city(String city)
City.
|
InvoicingLocation.Builder |
copy(InvoicingLocation model) |
InvoicingLocation.Builder |
country(String country)
Country.
|
InvoicingLocation.Builder |
postalCode(String postalCode)
Postal code.
|
InvoicingLocation.Builder |
region(String region)
Region.
|
InvoicingLocation.Builder |
tcaLocationId(Long tcaLocationId)
TCA Location identifier.
|
public InvoicingLocation.Builder address1(String address1)
Address first line.
address1
- the value to setpublic InvoicingLocation.Builder address2(String address2)
Address second line.
address2
- the value to setpublic InvoicingLocation.Builder postalCode(String postalCode)
Postal code.
postalCode
- the value to setpublic InvoicingLocation.Builder city(String city)
City.
city
- the value to setpublic InvoicingLocation.Builder country(String country)
Country.
country
- the value to setpublic InvoicingLocation.Builder region(String region)
Region.
region
- the value to setpublic InvoicingLocation.Builder tcaLocationId(Long tcaLocationId)
TCA Location identifier.
tcaLocationId
- the value to setpublic InvoicingLocation build()
public InvoicingLocation.Builder copy(InvoicingLocation model)
Copyright © 2016–2024. All rights reserved.