Class RemovalShipmentItem
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.RemovalShipmentItem
-
public class RemovalShipmentItem extends java.lang.Object
Item-level information for a removal shipment.
-
-
Constructor Summary
Constructors Constructor Description RemovalShipmentItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
RemovalShipmentItem
feeAmount(Currency feeAmount)
RemovalShipmentItem
fulfillmentNetworkSKU(java.lang.String fulfillmentNetworkSKU)
Currency
getFeeAmount()
Get feeAmountjava.lang.String
getFulfillmentNetworkSKU()
The Amazon fulfillment network SKU for the item.java.lang.Integer
getQuantity()
The quantity of the item.java.lang.String
getRemovalShipmentItemId()
An identifier for an item in a removal shipment.Currency
getRevenue()
Get revenueCurrency
getTaxAmount()
Get taxAmountjava.lang.String
getTaxCollectionModel()
The tax collection model applied to the item.Currency
getTaxWithheld()
Get taxWithheldint
hashCode()
RemovalShipmentItem
quantity(java.lang.Integer quantity)
RemovalShipmentItem
removalShipmentItemId(java.lang.String removalShipmentItemId)
RemovalShipmentItem
revenue(Currency revenue)
void
setFeeAmount(Currency feeAmount)
void
setFulfillmentNetworkSKU(java.lang.String fulfillmentNetworkSKU)
void
setQuantity(java.lang.Integer quantity)
void
setRemovalShipmentItemId(java.lang.String removalShipmentItemId)
void
setRevenue(Currency revenue)
void
setTaxAmount(Currency taxAmount)
void
setTaxCollectionModel(java.lang.String taxCollectionModel)
void
setTaxWithheld(Currency taxWithheld)
RemovalShipmentItem
taxAmount(Currency taxAmount)
RemovalShipmentItem
taxCollectionModel(java.lang.String taxCollectionModel)
RemovalShipmentItem
taxWithheld(Currency taxWithheld)
java.lang.String
toString()
-
-
-
Method Detail
-
removalShipmentItemId
public RemovalShipmentItem removalShipmentItemId(java.lang.String removalShipmentItemId)
-
getRemovalShipmentItemId
public java.lang.String getRemovalShipmentItemId()
An identifier for an item in a removal shipment.- Returns:
- removalShipmentItemId
-
setRemovalShipmentItemId
public void setRemovalShipmentItemId(java.lang.String removalShipmentItemId)
-
taxCollectionModel
public RemovalShipmentItem 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)
-
fulfillmentNetworkSKU
public RemovalShipmentItem fulfillmentNetworkSKU(java.lang.String fulfillmentNetworkSKU)
-
getFulfillmentNetworkSKU
public java.lang.String getFulfillmentNetworkSKU()
The Amazon fulfillment network SKU for the item.- Returns:
- fulfillmentNetworkSKU
-
setFulfillmentNetworkSKU
public void setFulfillmentNetworkSKU(java.lang.String fulfillmentNetworkSKU)
-
quantity
public RemovalShipmentItem quantity(java.lang.Integer quantity)
-
getQuantity
public java.lang.Integer getQuantity()
The quantity of the item.- Returns:
- quantity
-
setQuantity
public void setQuantity(java.lang.Integer quantity)
-
revenue
public RemovalShipmentItem revenue(Currency revenue)
-
getRevenue
public Currency getRevenue()
Get revenue- Returns:
- revenue
-
setRevenue
public void setRevenue(Currency revenue)
-
feeAmount
public RemovalShipmentItem feeAmount(Currency feeAmount)
-
getFeeAmount
public Currency getFeeAmount()
Get feeAmount- Returns:
- feeAmount
-
setFeeAmount
public void setFeeAmount(Currency feeAmount)
-
taxAmount
public RemovalShipmentItem taxAmount(Currency taxAmount)
-
getTaxAmount
public Currency getTaxAmount()
Get taxAmount- Returns:
- taxAmount
-
setTaxAmount
public void setTaxAmount(Currency taxAmount)
-
taxWithheld
public RemovalShipmentItem taxWithheld(Currency taxWithheld)
-
getTaxWithheld
public Currency getTaxWithheld()
Get taxWithheld- Returns:
- taxWithheld
-
setTaxWithheld
public void setTaxWithheld(Currency taxWithheld)
-
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
-
-