Class PreferenceRouteRequest
Flight information.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceRouteRequest
Properties
| Edit this page View SourceArrivalDateTime
Arrival date.
Declaration
public DateTime? ArrivalDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Company
Company.
Declaration
public string Company { get; set; }
Property Value
Type | Description |
---|---|
string |
Departure
Derpature.
Declaration
public string Departure { get; set; }
Property Value
Type | Description |
---|---|
string |
DepartureDateTime
Departure date.
Declaration
public DateTime? DepartureDateTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Destination
Destination.
Declaration
public string Destination { get; set; }
Property Value
Type | Description |
---|---|
string |