Class MerchantOrderShippingOption


  • public class MerchantOrderShippingOption
    extends Object
    Shipping options.
    • Constructor Detail

      • MerchantOrderShippingOption

        public MerchantOrderShippingOption()
    • Method Detail

      • getId

        public Long getId()
        Shipping option ID.
      • getCost

        public BigDecimal getCost()
        Net cost absorbed by the receiver.
      • getCurrencyId

        public String getCurrencyId()
        Currency ID.
      • getListCost

        public BigDecimal getListCost()
        Net cost of the shipping.
      • getName

        public String getName()
        Option name.
      • getShippingMethodId

        public Long getShippingMethodId()
        Shipping method ID.