Class MerchantOrderShippingOptionRequest
- java.lang.Object
-
- com.mercadopago.client.merchantorder.MerchantOrderShippingOptionRequest
-
public class MerchantOrderShippingOptionRequest extends Object
Shipping options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantOrderShippingOptionRequest.MerchantOrderShippingOptionRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MerchantOrderShippingOptionRequest.MerchantOrderShippingOptionRequestBuilderbuilder()BigDecimalgetCost()Net cost absorbed by the receiver.StringgetCurrencyId()Currency ID.MerchantOrderShippingEstimatedDeliveryRequestgetEstimatedDelivery()Estimated delivery time information.LonggetId()Shipping option ID.BigDecimalgetListCost()Net cost of the shipping.StringgetName()Option name.LonggetShippingMethodId()Shipping method ID.MerchantOrderShippingSpeedRequestgetSpeed()Shipping time information.
-
-
-
Method Detail
-
builder
public static MerchantOrderShippingOptionRequest.MerchantOrderShippingOptionRequestBuilder builder()
-
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 MerchantOrderShippingEstimatedDeliveryRequest 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 MerchantOrderShippingSpeedRequest getSpeed()
Shipping time information.
-
-