Class MerchantOrderShipment


  • public class MerchantOrderShipment
    extends Object
    Shipment information.
    • Constructor Detail

      • MerchantOrderShipment

        public MerchantOrderShipment()
    • Method Detail

      • getId

        public Long getId()
        Shipping ID.
      • getShippingType

        public String getShippingType()
        Shipping type.
      • getShippingMode

        public String getShippingMode()
        Shipping mode.
      • getPickingType

        public String getPickingType()
        Shipping picking type.
      • getStatus

        public String getStatus()
        Shipping status.
      • getShippingSubstatus

        public String getShippingSubstatus()
        Shipping sub status.
      • getDateCreated

        public OffsetDateTime getDateCreated()
        Date of creation.
      • getLastModified

        public OffsetDateTime getLastModified()
        Last modified date.
      • getDateFirstPrinted

        public OffsetDateTime getDateFirstPrinted()
        First printed date.
      • getServiceId

        public String getServiceId()
        Shipping service ID.
      • getSenderId

        public Long getSenderId()
        Sender ID.
      • getReceiverId

        public Long getReceiverId()
        Receiver ID.