Class MerchantOrderShippingEstimatedDeliveryRequest
Estimated delivery time information.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderShippingEstimatedDeliveryRequest
Properties
| Edit this page View SourceDate
Estimated delivery date.
Declaration
public DateTime? Date { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
TimeFrom
Estimated lower delivery time.
Declaration
public string TimeFrom { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeTo
Estimated upper delivery time.
Declaration
public string TimeTo { get; set; }
Property Value
Type | Description |
---|---|
string |