Class FBALiquidationEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.FBALiquidationEvent
-
public class FBALiquidationEvent extends java.lang.Object
A payment event for Fulfillment by Amazon (FBA) inventory liquidation. This event is used only in the US marketplace.
-
-
Constructor Summary
Constructors Constructor Description FBALiquidationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Currency
getLiquidationFeeAmount()
Get liquidationFeeAmountCurrency
getLiquidationProceedsAmount()
Get liquidationProceedsAmountjava.lang.String
getOriginalRemovalOrderId()
The identifier for the original removal order.org.threeten.bp.OffsetDateTime
getPostedDate()
Get postedDateint
hashCode()
FBALiquidationEvent
liquidationFeeAmount(Currency liquidationFeeAmount)
FBALiquidationEvent
liquidationProceedsAmount(Currency liquidationProceedsAmount)
FBALiquidationEvent
originalRemovalOrderId(java.lang.String originalRemovalOrderId)
FBALiquidationEvent
postedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setLiquidationFeeAmount(Currency liquidationFeeAmount)
void
setLiquidationProceedsAmount(Currency liquidationProceedsAmount)
void
setOriginalRemovalOrderId(java.lang.String originalRemovalOrderId)
void
setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
java.lang.String
toString()
-
-
-
Method Detail
-
postedDate
public FBALiquidationEvent postedDate(org.threeten.bp.OffsetDateTime postedDate)
-
getPostedDate
public org.threeten.bp.OffsetDateTime getPostedDate()
Get postedDate- Returns:
- postedDate
-
setPostedDate
public void setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
-
originalRemovalOrderId
public FBALiquidationEvent originalRemovalOrderId(java.lang.String originalRemovalOrderId)
-
getOriginalRemovalOrderId
public java.lang.String getOriginalRemovalOrderId()
The identifier for the original removal order.- Returns:
- originalRemovalOrderId
-
setOriginalRemovalOrderId
public void setOriginalRemovalOrderId(java.lang.String originalRemovalOrderId)
-
liquidationProceedsAmount
public FBALiquidationEvent liquidationProceedsAmount(Currency liquidationProceedsAmount)
-
getLiquidationProceedsAmount
public Currency getLiquidationProceedsAmount()
Get liquidationProceedsAmount- Returns:
- liquidationProceedsAmount
-
setLiquidationProceedsAmount
public void setLiquidationProceedsAmount(Currency liquidationProceedsAmount)
-
liquidationFeeAmount
public FBALiquidationEvent liquidationFeeAmount(Currency liquidationFeeAmount)
-
getLiquidationFeeAmount
public Currency getLiquidationFeeAmount()
Get liquidationFeeAmount- Returns:
- liquidationFeeAmount
-
setLiquidationFeeAmount
public void setLiquidationFeeAmount(Currency liquidationFeeAmount)
-
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
-
-