Class MerchantOrderShippingOption
- java.lang.Object
-
- com.mercadopago.resources.merchantorder.MerchantOrderShippingOption
-
public class MerchantOrderShippingOption extends Object
Shipping options.
-
-
Constructor Summary
Constructors Constructor Description MerchantOrderShippingOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetCost()Net cost absorbed by the receiver.StringgetCurrencyId()Currency ID.MerchantOrderShippingEstimatedDeliverygetEstimatedDelivery()Estimated delivery time information.LonggetId()Shipping option ID.BigDecimalgetListCost()Net cost of the shipping.StringgetName()Option name.LonggetShippingMethodId()Shipping method ID.MerchantOrderShippingSpeedgetSpeed()Shipping time information.
-
-
-
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.
-
getEstimatedDelivery
public MerchantOrderShippingEstimatedDelivery getEstimatedDelivery()
Estimated delivery time information.
-
getListCost
public BigDecimal getListCost()
Net cost of the shipping.
-
getName
public String getName()
Option name.
-
getShippingMethodId
public Long getShippingMethodId()
Shipping method ID.
-
getSpeed
public MerchantOrderShippingSpeed getSpeed()
Shipping time information.
-
-