public class Taxes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Taxes.Builder
Class to build instances of
Taxes. |
| Constructor and Description |
|---|
Taxes()
Default constructor.
|
Taxes(String percentage,
Boolean inclusive)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getInclusive()
Getter for Inclusive.
|
String |
getPercentage()
Getter for Percentage.
|
void |
setInclusive(Boolean inclusive)
Setter for Inclusive.
|
void |
setPercentage(String percentage)
Setter for Percentage.
|
Taxes.Builder |
toBuilder()
Builds a new
Taxes.Builder object. |
String |
toString()
Converts this Taxes into string format.
|
public String getPercentage()
public void setPercentage(String percentage)
percentage - Value for Stringpublic Boolean getInclusive()
public void setInclusive(Boolean inclusive)
inclusive - Value for Booleanpublic String toString()
public Taxes.Builder toBuilder()
Taxes.Builder object.
Creates the instance with the state of the current model.Taxes.Builder objectCopyright © 2026. All rights reserved.