Class PreferenceShipmentsRequest
Shipments information.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceShipmentsRequest
Properties
| Edit this page View SourceCost
Shipment cost (mode:custom only).
Declaration
public decimal? Cost { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
DefaultShippingMethod
Select default shipping method in checkout (mode:me2 only).
Declaration
public string DefaultShippingMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
Dimensions
Dimensions of the shipment in cm x cm x cm, gr (mode:me2 only).
Declaration
public string Dimensions { get; set; }
Property Value
Type | Description |
---|---|
string |
ExpressShipment
If use express shipment.
Declaration
public bool? ExpressShipment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
FreeMethods
Offer a shipping method as free shipping (mode:me2 only).
Declaration
public IList<PreferenceFreeMethodRequest> FreeMethods { get; set; }
Property Value
Type | Description |
---|---|
IList<PreferenceFreeMethodRequest> |
FreeShipping
Free shipping for mode:custom.
Declaration
public bool? FreeShipping { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LocalPickup
The payer have the option to pick up the shipment in your store (mode:me2 only).
Declaration
public bool? LocalPickup { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Mode
Shipment mode.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
ReceiverAddress
Shipping address.
Declaration
public PreferenceReceiverAddressRequest ReceiverAddress { get; set; }
Property Value
Type | Description |
---|---|
PreferenceReceiverAddressRequest |