Class FulfillmentInstruction


  • public class FulfillmentInstruction
    extends java.lang.Object
    Contains the instructions about the fulfillment, such as the location from where you want the order filled.
    • Constructor Detail

      • FulfillmentInstruction

        public FulfillmentInstruction()
    • Method Detail

      • fulfillmentSupplySourceId

        public FulfillmentInstruction fulfillmentSupplySourceId​(java.lang.String fulfillmentSupplySourceId)
      • getFulfillmentSupplySourceId

        public java.lang.String getFulfillmentSupplySourceId()
        The `sourceId` of the location from where you want the order fulfilled.
        Returns:
        fulfillmentSupplySourceId
      • setFulfillmentSupplySourceId

        public void setFulfillmentSupplySourceId​(java.lang.String fulfillmentSupplySourceId)
      • 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