Class ExportInfo


  • public class ExportInfo
    extends java.lang.Object
    Contains information that is related to the export of an order item.
    • Constructor Detail

      • ExportInfo

        public ExportInfo()
    • Method Detail

      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object