Class TaxWithheldComponent


  • public class TaxWithheldComponent
    extends java.lang.Object
    Information about the taxes withheld.
    • Constructor Detail

      • TaxWithheldComponent

        public TaxWithheldComponent()
    • Method Detail

      • taxCollectionModel

        public TaxWithheldComponent taxCollectionModel​(java.lang.String taxCollectionModel)
      • getTaxCollectionModel

        public java.lang.String getTaxCollectionModel()
        The tax collection model applied to the item. Possible values: * MarketplaceFacilitator - Tax is withheld and remitted to the taxing authority by Amazon on behalf of the seller. * Standard - Tax is paid to the seller and not remitted to the taxing authority by Amazon.
        Returns:
        taxCollectionModel
      • setTaxCollectionModel

        public void setTaxCollectionModel​(java.lang.String taxCollectionModel)
      • getTaxesWithheld

        public ChargeComponentList getTaxesWithheld()
        Get taxesWithheld
        Returns:
        taxesWithheld
      • 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