Class PaymentShipmentsRequest
Shipping Information
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentShipmentsRequest
Properties
| Edit this page View SourceExpressShipment
true
if the shipment is express, false
if not.
Declaration
public bool? ExpressShipment { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LocalPickup
true
if the product is picked up at the store, false
if not.
Declaration
public bool? LocalPickup { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ReceiverAddress
Receiver Address.
Declaration
public PaymentReceiverAddressRequest ReceiverAddress { get; set; }
Property Value
Type | Description |
---|---|
PaymentReceiverAddressRequest |