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 BigDecimal
getCost()
Net cost absorbed by the receiver.String
getCurrencyId()
Currency ID.MerchantOrderShippingEstimatedDelivery
getEstimatedDelivery()
Estimated delivery time information.Long
getId()
Shipping option ID.BigDecimal
getListCost()
Net cost of the shipping.String
getName()
Option name.Long
getShippingMethodId()
Shipping method ID.MerchantOrderShippingSpeed
getSpeed()
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.
-
-