public class CatalogTax extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogTax.Builder
Class to build instances of
CatalogTax. |
| Constructor and Description |
|---|
CatalogTax(String name,
String calculationPhase,
String inclusionType,
String percentage,
Boolean appliesToCustomAmounts,
Boolean enabled)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAppliesToCustomAmounts()
Getter for AppliesToCustomAmounts.
|
String |
getCalculationPhase()
Getter for CalculationPhase.
|
Boolean |
getEnabled()
Getter for Enabled.
|
String |
getInclusionType()
Getter for InclusionType.
|
String |
getName()
Getter for Name.
|
String |
getPercentage()
Getter for Percentage.
|
int |
hashCode() |
CatalogTax.Builder |
toBuilder()
Builds a new
CatalogTax.Builder object. |
String |
toString()
Converts this CatalogTax into string format.
|
public CatalogTax(String name, String calculationPhase, String inclusionType, String percentage, Boolean appliesToCustomAmounts, Boolean enabled)
name - String value for name.calculationPhase - String value for calculationPhase.inclusionType - String value for inclusionType.percentage - String value for percentage.appliesToCustomAmounts - Boolean value for appliesToCustomAmounts.enabled - Boolean value for enabled.public String getName()
public String getCalculationPhase()
public String getInclusionType()
public String getPercentage()
public Boolean getAppliesToCustomAmounts()
public Boolean getEnabled()
public String toString()
public CatalogTax.Builder toBuilder()
CatalogTax.Builder object.
Creates the instance with the state of the current model.CatalogTax.Builder objectCopyright © 2022. All rights reserved.