| TripactualPickUpTime Property |
When we actually picked them up
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string actualPickUpTime { get; set; }
public:
property String^ actualPickUpTime {
String^ get ();
void set (String^ value);
}
function get_actualPickUpTime();
function set_actualPickUpTime(value);
Property Value
Type:
StringSee Also