Class AdjustmentEvent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.AdjustmentEvent
-
public class AdjustmentEvent extends java.lang.Object
An adjustment to the seller's account.
-
-
Constructor Summary
Constructors Constructor Description AdjustmentEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustmentEvent
adjustmentAmount(Currency adjustmentAmount)
AdjustmentEvent
adjustmentItemList(AdjustmentItemList adjustmentItemList)
AdjustmentEvent
adjustmentType(java.lang.String adjustmentType)
boolean
equals(java.lang.Object o)
Currency
getAdjustmentAmount()
Get adjustmentAmountAdjustmentItemList
getAdjustmentItemList()
Get adjustmentItemListjava.lang.String
getAdjustmentType()
The type of adjustment.org.threeten.bp.OffsetDateTime
getPostedDate()
Get postedDatejava.lang.String
getStoreName()
The name of the store where the event occurred.int
hashCode()
AdjustmentEvent
postedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setAdjustmentAmount(Currency adjustmentAmount)
void
setAdjustmentItemList(AdjustmentItemList adjustmentItemList)
void
setAdjustmentType(java.lang.String adjustmentType)
void
setPostedDate(org.threeten.bp.OffsetDateTime postedDate)
void
setStoreName(java.lang.String storeName)
AdjustmentEvent
storeName(java.lang.String storeName)
java.lang.String
toString()
-
-
-
Method Detail
-
adjustmentType
public AdjustmentEvent adjustmentType(java.lang.String adjustmentType)
-
getAdjustmentType
public java.lang.String getAdjustmentType()
The type of adjustment. Possible values: * FBAInventoryReimbursement - An FBA inventory reimbursement to a seller's account. This occurs if a seller's inventory is damaged. * ReserveEvent - A reserve event that is generated at the time of a settlement period closing. This occurs when some money from a seller's account is held back. * PostageBilling - The amount paid by a seller for shipping labels. * PostageRefund - The reimbursement of shipping labels purchased for orders that were canceled or refunded. * LostOrDamagedReimbursement - An Amazon Easy Ship reimbursement to a seller's account for a package that we lost or damaged. * CanceledButPickedUpReimbursement - An Amazon Easy Ship reimbursement to a seller's account. This occurs when a package is picked up and the order is subsequently canceled. This value is used only in the India marketplace. * ReimbursementClawback - An Amazon Easy Ship reimbursement clawback from a seller's account. This occurs when a prior reimbursement is reversed. This value is used only in the India marketplace. * SellerRewards - An award credited to a seller's account for their participation in an offer in the Seller Rewards program. Applies only to the India marketplace.- Returns:
- adjustmentType
-
setAdjustmentType
public void setAdjustmentType(java.lang.String adjustmentType)
-
postedDate
public AdjustmentEvent 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)
-
storeName
public AdjustmentEvent storeName(java.lang.String storeName)
-
getStoreName
public java.lang.String getStoreName()
The name of the store where the event occurred.- Returns:
- storeName
-
setStoreName
public void setStoreName(java.lang.String storeName)
-
adjustmentAmount
public AdjustmentEvent adjustmentAmount(Currency adjustmentAmount)
-
getAdjustmentAmount
public Currency getAdjustmentAmount()
Get adjustmentAmount- Returns:
- adjustmentAmount
-
setAdjustmentAmount
public void setAdjustmentAmount(Currency adjustmentAmount)
-
adjustmentItemList
public AdjustmentEvent adjustmentItemList(AdjustmentItemList adjustmentItemList)
-
getAdjustmentItemList
public AdjustmentItemList getAdjustmentItemList()
Get adjustmentItemList- Returns:
- adjustmentItemList
-
setAdjustmentItemList
public void setAdjustmentItemList(AdjustmentItemList adjustmentItemList)
-
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
-
-