Class TaxDetail
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.TaxDetail
-
public class TaxDetail extends java.lang.Object
Indicates the tax specifications associated with the shipment for customs compliance purposes in certain regions.
-
-
Constructor Summary
Constructors Constructor Description TaxDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getTaxRegistrationNumber()
The shipper's tax registration number associated with the shipment for customs compliance purposes in certain regions.TaxType
getTaxType()
Get taxTypeint
hashCode()
void
setTaxRegistrationNumber(java.lang.String taxRegistrationNumber)
void
setTaxType(TaxType taxType)
TaxDetail
taxRegistrationNumber(java.lang.String taxRegistrationNumber)
TaxDetail
taxType(TaxType taxType)
java.lang.String
toString()
-
-
-
Method Detail
-
getTaxType
public TaxType getTaxType()
Get taxType- Returns:
- taxType
-
setTaxType
public void setTaxType(TaxType taxType)
-
taxRegistrationNumber
public TaxDetail taxRegistrationNumber(java.lang.String taxRegistrationNumber)
-
getTaxRegistrationNumber
public java.lang.String getTaxRegistrationNumber()
The shipper's tax registration number associated with the shipment for customs compliance purposes in certain regions.- Returns:
- taxRegistrationNumber
-
setTaxRegistrationNumber
public void setTaxRegistrationNumber(java.lang.String taxRegistrationNumber)
-
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
-
-