Class PreferenceShipments


  • public class PreferenceShipments
    extends Object
    Shipments information from preference.
    • Constructor Detail

      • PreferenceShipments

        public PreferenceShipments()
    • 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).
      • getFreeMethods

        public List<PreferenceFreeMethod> getFreeMethods()
        Offer a shipping method as free shipping (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.