Class BoxContentsFeeDetails
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v0.BoxContentsFeeDetails
-
public class BoxContentsFeeDetails extends java.lang.Object
The manual processing fee per unit and total fee for a shipment.
-
-
Constructor Summary
Constructors Constructor Description BoxContentsFeeDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
BoxContentsFeeDetails
feePerUnit(Amount feePerUnit)
Amount
getFeePerUnit()
Get feePerUnitAmount
getTotalFee()
Get totalFeejava.lang.Integer
getTotalUnits()
Get totalUnitsint
hashCode()
void
setFeePerUnit(Amount feePerUnit)
void
setTotalFee(Amount totalFee)
void
setTotalUnits(java.lang.Integer totalUnits)
java.lang.String
toString()
BoxContentsFeeDetails
totalFee(Amount totalFee)
BoxContentsFeeDetails
totalUnits(java.lang.Integer totalUnits)
-
-
-
Method Detail
-
totalUnits
public BoxContentsFeeDetails totalUnits(java.lang.Integer totalUnits)
-
getTotalUnits
public java.lang.Integer getTotalUnits()
Get totalUnits- Returns:
- totalUnits
-
setTotalUnits
public void setTotalUnits(java.lang.Integer totalUnits)
-
feePerUnit
public BoxContentsFeeDetails feePerUnit(Amount feePerUnit)
-
getFeePerUnit
public Amount getFeePerUnit()
Get feePerUnit- Returns:
- feePerUnit
-
setFeePerUnit
public void setFeePerUnit(Amount feePerUnit)
-
totalFee
public BoxContentsFeeDetails totalFee(Amount totalFee)
-
getTotalFee
public Amount getTotalFee()
Get totalFee- Returns:
- totalFee
-
setTotalFee
public void setTotalFee(Amount totalFee)
-
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
-
-