Class AmazonPrepFeesDetails
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v0.AmazonPrepFeesDetails
-
public class AmazonPrepFeesDetails extends java.lang.Object
The fees for Amazon to prep goods for shipment.
-
-
Constructor Summary
Constructors Constructor Description AmazonPrepFeesDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
AmazonPrepFeesDetails
feePerUnit(Amount feePerUnit)
Amount
getFeePerUnit()
Get feePerUnitPrepInstruction
getPrepInstruction()
Get prepInstructionint
hashCode()
AmazonPrepFeesDetails
prepInstruction(PrepInstruction prepInstruction)
void
setFeePerUnit(Amount feePerUnit)
void
setPrepInstruction(PrepInstruction prepInstruction)
java.lang.String
toString()
-
-
-
Method Detail
-
prepInstruction
public AmazonPrepFeesDetails prepInstruction(PrepInstruction prepInstruction)
-
getPrepInstruction
public PrepInstruction getPrepInstruction()
Get prepInstruction- Returns:
- prepInstruction
-
setPrepInstruction
public void setPrepInstruction(PrepInstruction prepInstruction)
-
feePerUnit
public AmazonPrepFeesDetails feePerUnit(Amount feePerUnit)
-
getFeePerUnit
public Amount getFeePerUnit()
Get feePerUnit- Returns:
- feePerUnit
-
setFeePerUnit
public void setFeePerUnit(Amount feePerUnit)
-
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
-
-