| RemoveTripRequestRequesttripStatus Property |
How the trip status should be marked. Defaults to Rejected. Can also be Cancelled by Rider and Cancelled by Mobility Manager
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string tripStatus { get; set; }
public:
property String^ tripStatus {
String^ get ();
void set (String^ value);
}
function get_tripStatus();
function set_tripStatus(value);
Property Value
Type:
StringSee Also