Class PreferenceShipmentsRequest


  • public class PreferenceShipmentsRequest
    extends Object
    Shipments information.
    • Method Detail

      • getMode

        public String getMode()
        Shipment mode.
      • getLocalPickup

        public Boolean getLocalPickup()
        The payer have the option to pick up the shipment in your store (mode:me2 only).
      • getDimensions

        public String getDimensions()
        Dimensions of the shipment in cm x cm x cm, gr (mode:me2 only).
      • getDefaultShippingMethod

        public String getDefaultShippingMethod()
        Select default shipping method in checkout (mode:me2 only).
      • getCost

        public BigDecimal getCost()
        Shipment cost (mode:custom only).
      • getFreeShipping

        public Boolean getFreeShipping()
        Free shipping for mode:custom.
      • getExpressShipment

        public Boolean getExpressShipment()
        If use express shipment.