| CancelReservationResponsepreviousEndDateForUndo Property |
The date of the previous subscription end date in case the user wishes to undo
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string previousEndDateForUndo { get; set; }
public:
property String^ previousEndDateForUndo {
String^ get ();
void set (String^ value);
}
function get_previousEndDateForUndo();
function set_previousEndDateForUndo(value);
Property Value
Type:
StringSee Also