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