public static class TaxSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TaxSummary |
build() |
TaxSummary.Builder |
code(UUID code)
Unique code for the tax.
|
TaxSummary.Builder |
copy(TaxSummary model) |
TaxSummary.Builder |
country(String country)
Country, which imposes the tax.
|
TaxSummary.Builder |
name(String name)
Name of the tax code.
|
TaxSummary.Builder |
url(String url)
The URL with more details about this tax.
|
public TaxSummary.Builder code(UUID code)
Unique code for the tax.
code
- the value to setpublic TaxSummary.Builder name(String name)
Name of the tax code.
name
- the value to setpublic TaxSummary.Builder country(String country)
Country, which imposes the tax.
country
- the value to setpublic TaxSummary.Builder url(String url)
The URL with more details about this tax.
url
- the value to setpublic TaxSummary build()
public TaxSummary.Builder copy(TaxSummary model)
Copyright © 2016–2024. All rights reserved.