Class MerchantOrderShipmentRequest
Shipment information.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderShipmentRequest
Properties
| Edit this page View SourceDateCreated
Date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
DateFirstPrinted
First printed date.
Declaration
public DateTime? DateFirstPrinted { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Id
Shipping ID.
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Items
Shipping items.
Declaration
public IList<IDictionary<string, object>> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IDictionary<string, object>> |
LastModified
Last modified date.
Declaration
public DateTime? LastModified { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
PickingType
Shipping picking type.
Declaration
public string PickingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReceiverAddress
Shipping address.
Declaration
public MerchantOrderReceiverAddressRequest ReceiverAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| MerchantOrderReceiverAddressRequest |
ReceiverId
Receiver ID.
Declaration
public long? ReceiverId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SenderId
Sender ID.
Declaration
public long? SenderId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ServiceId
Shipping service ID.
Declaration
public string ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShippingMode
Shipping mode.
Declaration
public string ShippingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShippingOption
Shipping options.
Declaration
public MerchantOrderShippingOptionRequest ShippingOption { get; set; }
Property Value
| Type | Description |
|---|---|
| MerchantOrderShippingOptionRequest |
ShippingSubstatus
Shipping substatus.
Declaration
public string ShippingSubstatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShippingType
Shipping type.
Declaration
public string ShippingType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Shipping status.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |