Class TaxDetail


  • public class TaxDetail
    extends java.lang.Object
    Indicates the tax specifications associated with the shipment for customs compliance purposes in certain regions.
    • Constructor Detail

      • TaxDetail

        public TaxDetail()
    • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object