Class FeeDetail
- java.lang.Object
-
- software.amazon.spapi.models.productfees.v0.FeeDetail
-
public class FeeDetail extends java.lang.Object
The type of fee, fee amount, and other details.
-
-
Constructor Summary
Constructors Constructor Description FeeDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FeeDetail
feeAmount(MoneyType feeAmount)
FeeDetail
feePromotion(MoneyType feePromotion)
FeeDetail
feeType(java.lang.String feeType)
FeeDetail
finalFee(MoneyType finalFee)
MoneyType
getFeeAmount()
Get feeAmountMoneyType
getFeePromotion()
Get feePromotionjava.lang.String
getFeeType()
The type of fee charged to a seller.MoneyType
getFinalFee()
Get finalFeeIncludedFeeDetailList
getIncludedFeeDetailList()
Get includedFeeDetailListMoneyType
getTaxAmount()
Get taxAmountint
hashCode()
FeeDetail
includedFeeDetailList(IncludedFeeDetailList includedFeeDetailList)
void
setFeeAmount(MoneyType feeAmount)
void
setFeePromotion(MoneyType feePromotion)
void
setFeeType(java.lang.String feeType)
void
setFinalFee(MoneyType finalFee)
void
setIncludedFeeDetailList(IncludedFeeDetailList includedFeeDetailList)
void
setTaxAmount(MoneyType taxAmount)
FeeDetail
taxAmount(MoneyType taxAmount)
java.lang.String
toString()
-
-
-
Method Detail
-
feeType
public FeeDetail feeType(java.lang.String feeType)
-
getFeeType
public java.lang.String getFeeType()
The type of fee charged to a seller.- Returns:
- feeType
-
setFeeType
public void setFeeType(java.lang.String feeType)
-
getFeeAmount
public MoneyType getFeeAmount()
Get feeAmount- Returns:
- feeAmount
-
setFeeAmount
public void setFeeAmount(MoneyType feeAmount)
-
getFeePromotion
public MoneyType getFeePromotion()
Get feePromotion- Returns:
- feePromotion
-
setFeePromotion
public void setFeePromotion(MoneyType feePromotion)
-
getTaxAmount
public MoneyType getTaxAmount()
Get taxAmount- Returns:
- taxAmount
-
setTaxAmount
public void setTaxAmount(MoneyType taxAmount)
-
getFinalFee
public MoneyType getFinalFee()
Get finalFee- Returns:
- finalFee
-
setFinalFee
public void setFinalFee(MoneyType finalFee)
-
includedFeeDetailList
public FeeDetail includedFeeDetailList(IncludedFeeDetailList includedFeeDetailList)
-
getIncludedFeeDetailList
public IncludedFeeDetailList getIncludedFeeDetailList()
Get includedFeeDetailList- Returns:
- includedFeeDetailList
-
setIncludedFeeDetailList
public void setIncludedFeeDetailList(IncludedFeeDetailList includedFeeDetailList)
-
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
-
-