Class ExportInfo
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.ExportInfo
-
public class ExportInfo extends java.lang.Object
Contains information that is related to the export of an order item.
-
-
Constructor Summary
Constructors Constructor Description ExportInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ExportInfo
exportCharge(Money exportCharge)
ExportInfo
exportChargeModel(java.lang.String exportChargeModel)
Money
getExportCharge()
Get exportChargejava.lang.String
getExportChargeModel()
Holds the `ExportCharge` collection model that is associated with the specified order item.\\n\\n**Possible values**: `AMAZON_FACILITATED`: Import/export charge is withheld by Amazon and remitted to the customs authority by the carrier on behalf of the buyer/seller.int
hashCode()
void
setExportCharge(Money exportCharge)
void
setExportChargeModel(java.lang.String exportChargeModel)
java.lang.String
toString()
-
-
-
Method Detail
-
exportCharge
public ExportInfo exportCharge(Money exportCharge)
-
getExportCharge
public Money getExportCharge()
Get exportCharge- Returns:
- exportCharge
-
setExportCharge
public void setExportCharge(Money exportCharge)
-
exportChargeModel
public ExportInfo exportChargeModel(java.lang.String exportChargeModel)
-
getExportChargeModel
public java.lang.String getExportChargeModel()
Holds the `ExportCharge` collection model that is associated with the specified order item.\\n\\n**Possible values**: `AMAZON_FACILITATED`: Import/export charge is withheld by Amazon and remitted to the customs authority by the carrier on behalf of the buyer/seller.- Returns:
- exportChargeModel
-
setExportChargeModel
public void setExportChargeModel(java.lang.String exportChargeModel)
-
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
-
-