Class TaxWithheldComponent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.TaxWithheldComponent
-
public class TaxWithheldComponent extends java.lang.Object
Information about the taxes withheld.
-
-
Constructor Summary
Constructors Constructor Description TaxWithheldComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getTaxCollectionModel()
The tax collection model applied to the item.ChargeComponentList
getTaxesWithheld()
Get taxesWithheldint
hashCode()
void
setTaxCollectionModel(java.lang.String taxCollectionModel)
void
setTaxesWithheld(ChargeComponentList taxesWithheld)
TaxWithheldComponent
taxCollectionModel(java.lang.String taxCollectionModel)
TaxWithheldComponent
taxesWithheld(ChargeComponentList taxesWithheld)
java.lang.String
toString()
-
-
-
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)
-
taxesWithheld
public TaxWithheldComponent taxesWithheld(ChargeComponentList taxesWithheld)
-
getTaxesWithheld
public ChargeComponentList getTaxesWithheld()
Get taxesWithheld- Returns:
- taxesWithheld
-
setTaxesWithheld
public void setTaxesWithheld(ChargeComponentList taxesWithheld)
-
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
-
-