| TripactualDropOffTime Property |
When we actually dropped them off (epoch)
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string actualDropOffTime { get; set; }
public:
property String^ actualDropOffTime {
String^ get ();
void set (String^ value);
}
function get_actualDropOffTime();
function set_actualDropOffTime(value);
Property Value
Type:
StringSee Also