public class TaxAmount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxAmount.Builder
Class to build instances of
TaxAmount. |
| Constructor and Description |
|---|
TaxAmount()
Default constructor.
|
TaxAmount(Money taxAmount)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Money |
getTaxAmount()
Getter for TaxAmount.
|
void |
setTaxAmount(Money taxAmount)
Setter for TaxAmount.
|
TaxAmount.Builder |
toBuilder()
Builds a new
TaxAmount.Builder object. |
String |
toString()
Converts this TaxAmount into string format.
|
public TaxAmount()
public TaxAmount(Money taxAmount)
taxAmount - Money value for taxAmount.public Money getTaxAmount()
public void setTaxAmount(Money taxAmount)
taxAmount - Value for Moneypublic String toString()
public TaxAmount.Builder toBuilder()
TaxAmount.Builder object.
Creates the instance with the state of the current model.TaxAmount.Builder objectCopyright © 2026. All rights reserved.