Class SAFETReimbursementItem
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.SAFETReimbursementItem
-
public class SAFETReimbursementItem extends java.lang.Object
An item from a SAFE-T claim reimbursement.
-
-
Constructor Summary
Constructors Constructor Description SAFETReimbursementItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ChargeComponentList
getItemChargeList()
Get itemChargeListjava.lang.String
getProductDescription()
The description of the item as shown on the product detail page on the retail website.java.lang.String
getQuantity()
The number of units of the item being reimbursed.int
hashCode()
SAFETReimbursementItem
itemChargeList(ChargeComponentList itemChargeList)
SAFETReimbursementItem
productDescription(java.lang.String productDescription)
SAFETReimbursementItem
quantity(java.lang.String quantity)
void
setItemChargeList(ChargeComponentList itemChargeList)
void
setProductDescription(java.lang.String productDescription)
void
setQuantity(java.lang.String quantity)
java.lang.String
toString()
-
-
-
Method Detail
-
itemChargeList
public SAFETReimbursementItem itemChargeList(ChargeComponentList itemChargeList)
-
getItemChargeList
public ChargeComponentList getItemChargeList()
Get itemChargeList- Returns:
- itemChargeList
-
setItemChargeList
public void setItemChargeList(ChargeComponentList itemChargeList)
-
productDescription
public SAFETReimbursementItem productDescription(java.lang.String productDescription)
-
getProductDescription
public java.lang.String getProductDescription()
The description of the item as shown on the product detail page on the retail website.- Returns:
- productDescription
-
setProductDescription
public void setProductDescription(java.lang.String productDescription)
-
quantity
public SAFETReimbursementItem quantity(java.lang.String quantity)
-
getQuantity
public java.lang.String getQuantity()
The number of units of the item being reimbursed.- Returns:
- quantity
-
setQuantity
public void setQuantity(java.lang.String quantity)
-
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
-
-