| CancelTripOfReservationRequestdateToCancel Property |
The date of the trip to be cancelled in Epoch format
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string dateToCancel { get; set; }
public:
property String^ dateToCancel {
String^ get ();
void set (String^ value);
}
function get_dateToCancel();
function set_dateToCancel(value);
Property Value
Type:
StringSee Also