| TripRequestreturnType Property |
How the rider is going to get back. 0 = One way, 1 = Call for return, 2 = Specific return time requested
Namespace:
ParaPlan.Entities
Assembly:
ParaPlanDll (in ParaPlanDll.dll) Version: 4.0.8861.21698
Syntax public int returnType { get; set; }
public:
property int returnType {
int get ();
void set (int value);
}
function get_returnType();
function set_returnType(value);
Property Value
Type:
Int32See Also