Class MerchantOrderShippingOption
Shipping options.
Inherited Members
Namespace: MercadoPago.Resource.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderShippingOption
Properties
| Edit this page View SourceCost
Net cost absorbed by the receiver.
Declaration
public decimal? Cost { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
CurrencyId
Currency ID.
Declaration
public string CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
EstimatedDelivery
Estimated delivery time information.
Declaration
public MerchantOrderShippingEstimatedDelivery EstimatedDelivery { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderShippingEstimatedDelivery |
Id
Shipping option ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
ListCost
Net cost of the shipping.
Declaration
public decimal? ListCost { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
Name
Option name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShippingMethodId
Shipping method ID.
Declaration
public long? ShippingMethodId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Speed
Shipping time information.
Declaration
public MerchantOrderShippingSpeed Speed { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderShippingSpeed |