Class FeeComponent
- java.lang.Object
-
- software.amazon.spapi.models.finances.v0.FeeComponent
-
public class FeeComponent extends java.lang.Object
A fee associated with the event.
-
-
Constructor Summary
Constructors Constructor Description FeeComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FeeComponent
feeAmount(Currency feeAmount)
FeeComponent
feeType(java.lang.String feeType)
Currency
getFeeAmount()
Get feeAmountjava.lang.String
getFeeType()
The type of fee.int
hashCode()
void
setFeeAmount(Currency feeAmount)
void
setFeeType(java.lang.String feeType)
java.lang.String
toString()
-
-
-
Method Detail
-
feeType
public FeeComponent feeType(java.lang.String feeType)
-
getFeeType
public java.lang.String getFeeType()
The type of fee. For more information about Selling on Amazon fees, see [Selling on Amazon Fee Schedule](https://sellercentral.amazon.com/gp/help/200336920) on Seller Central. For more information about Fulfillment by Amazon fees, see [FBA features, services and fees](https://sellercentral.amazon.com/gp/help/201074400) on Seller Central.- Returns:
- feeType
-
setFeeType
public void setFeeType(java.lang.String feeType)
-
feeAmount
public FeeComponent feeAmount(Currency feeAmount)
-
getFeeAmount
public Currency getFeeAmount()
Get feeAmount- Returns:
- feeAmount
-
setFeeAmount
public void setFeeAmount(Currency feeAmount)
-
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
-
-