| TripscheduledDropOffTime Property |
When we are supposed to drop them off
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string scheduledDropOffTime { get; set; }
public:
property String^ scheduledDropOffTime {
String^ get ();
void set (String^ value);
}
function get_scheduledDropOffTime();
function set_scheduledDropOffTime(value);
Property Value
Type:
StringSee Also