Class ItemBuyerInfo
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.ItemBuyerInfo
-
public class ItemBuyerInfo extends java.lang.Object
A single item's buyer information.
-
-
Constructor Summary
Constructors Constructor Description ItemBuyerInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemBuyerInfo
buyerCustomizedInfo(BuyerCustomizedInfoDetail buyerCustomizedInfo)
boolean
equals(java.lang.Object o)
BuyerCustomizedInfoDetail
getBuyerCustomizedInfo()
Get buyerCustomizedInfojava.lang.String
getGiftMessageText()
A gift message provided by the buyer.java.lang.String
getGiftWrapLevel()
The gift wrap level specified by the buyer.Money
getGiftWrapPrice()
Get giftWrapPriceMoney
getGiftWrapTax()
Get giftWrapTaxItemBuyerInfo
giftMessageText(java.lang.String giftMessageText)
ItemBuyerInfo
giftWrapLevel(java.lang.String giftWrapLevel)
ItemBuyerInfo
giftWrapPrice(Money giftWrapPrice)
ItemBuyerInfo
giftWrapTax(Money giftWrapTax)
int
hashCode()
void
setBuyerCustomizedInfo(BuyerCustomizedInfoDetail buyerCustomizedInfo)
void
setGiftMessageText(java.lang.String giftMessageText)
void
setGiftWrapLevel(java.lang.String giftWrapLevel)
void
setGiftWrapPrice(Money giftWrapPrice)
void
setGiftWrapTax(Money giftWrapTax)
java.lang.String
toString()
-
-
-
Method Detail
-
buyerCustomizedInfo
public ItemBuyerInfo buyerCustomizedInfo(BuyerCustomizedInfoDetail buyerCustomizedInfo)
-
getBuyerCustomizedInfo
public BuyerCustomizedInfoDetail getBuyerCustomizedInfo()
Get buyerCustomizedInfo- Returns:
- buyerCustomizedInfo
-
setBuyerCustomizedInfo
public void setBuyerCustomizedInfo(BuyerCustomizedInfoDetail buyerCustomizedInfo)
-
giftWrapPrice
public ItemBuyerInfo giftWrapPrice(Money giftWrapPrice)
-
getGiftWrapPrice
public Money getGiftWrapPrice()
Get giftWrapPrice- Returns:
- giftWrapPrice
-
setGiftWrapPrice
public void setGiftWrapPrice(Money giftWrapPrice)
-
giftWrapTax
public ItemBuyerInfo giftWrapTax(Money giftWrapTax)
-
getGiftWrapTax
public Money getGiftWrapTax()
Get giftWrapTax- Returns:
- giftWrapTax
-
setGiftWrapTax
public void setGiftWrapTax(Money giftWrapTax)
-
giftMessageText
public ItemBuyerInfo giftMessageText(java.lang.String giftMessageText)
-
getGiftMessageText
public java.lang.String getGiftMessageText()
A gift message provided by the buyer. **Note**: This attribute is only available for MFN (fulfilled by seller) orders.- Returns:
- giftMessageText
-
setGiftMessageText
public void setGiftMessageText(java.lang.String giftMessageText)
-
giftWrapLevel
public ItemBuyerInfo giftWrapLevel(java.lang.String giftWrapLevel)
-
getGiftWrapLevel
public java.lang.String getGiftWrapLevel()
The gift wrap level specified by the buyer.- Returns:
- giftWrapLevel
-
setGiftWrapLevel
public void setGiftWrapLevel(java.lang.String giftWrapLevel)
-
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
-
-