Class TaxDetails
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.TaxDetails
-
public class TaxDetails extends java.lang.Object
Information used to determine the tax compliance.
-
-
Constructor Summary
Constructors Constructor Description TaxDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaxDetails
addTaxRatesItem(TaxRate taxRatesItem)
TaxDetails
declaredValue(Currency declaredValue)
boolean
equals(java.lang.Object o)
Currency
getDeclaredValue()
Get declaredValuejava.lang.String
getHsnCode()
Harmonized System of Nomenclature code.java.util.List<TaxRate>
getTaxRates()
List of tax rates.int
hashCode()
TaxDetails
hsnCode(java.lang.String hsnCode)
void
setDeclaredValue(Currency declaredValue)
void
setHsnCode(java.lang.String hsnCode)
void
setTaxRates(java.util.List<TaxRate> taxRates)
TaxDetails
taxRates(java.util.List<TaxRate> taxRates)
java.lang.String
toString()
-
-
-
Method Detail
-
declaredValue
public TaxDetails declaredValue(Currency declaredValue)
-
getDeclaredValue
public Currency getDeclaredValue()
Get declaredValue- Returns:
- declaredValue
-
setDeclaredValue
public void setDeclaredValue(Currency declaredValue)
-
hsnCode
public TaxDetails hsnCode(java.lang.String hsnCode)
-
getHsnCode
public java.lang.String getHsnCode()
Harmonized System of Nomenclature code.- Returns:
- hsnCode
-
setHsnCode
public void setHsnCode(java.lang.String hsnCode)
-
taxRates
public TaxDetails taxRates(java.util.List<TaxRate> taxRates)
-
addTaxRatesItem
public TaxDetails addTaxRatesItem(TaxRate taxRatesItem)
-
getTaxRates
public java.util.List<TaxRate> getTaxRates()
List of tax rates.- Returns:
- taxRates
-
setTaxRates
public void setTaxRates(java.util.List<TaxRate> taxRates)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-