Documentation of the CarRentalAgentService

CancelReservationRequest Members

CancelReservationRequest overview

Public Instance Constructors

CancelReservationRequest Constructor Initializes a new instance of the CancelReservationRequest class.

Public Instance Properties

CancellationTypeId Gets or sets the reason as Id for cancellation of the Reservation identified by Id.
ClientIP The IP-Address of the client(e.g. private customer) using your booking module. The information is stored for Tracking purposes in case of abuse only.
Code This Property is obsolete!
Gets or sets the unique reservation code of the Reservation to cancel.
EstimatedCancellationFee The total value of the Reservation, that is estimated and therefore expected by the client after performing this CreateReservationV2Request. The value handed over herein is used for tracking differnces between the prices delivered by GetReservation - Method as CancellationFee and CancelReservation - Method.
Id Gets or sets the unique id of the Reservation to cancel.
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
ReservationVersion Gets or sets the current version of the Reservation to cancel.
Ticket (inherited from Request) Gets or sets the Ticket (containing the security token) for the Request.
TravelAgentCode Travel agent code identifying the Customers Employee, that cancels this Reservation. Usually, this is the same employee, that created the booking or another employee, but of the same customer.
TravelAgentFirstName Travel agent first name of the Customers Employee, that cancels this Reservation, formerly identified by the TravelAgentCode.
TravelAgentLastName Travel agent last name of the Customers Employee, that cancels this Reservation, formerly identified by the TravelAgentCode.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CancelReservationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Reservation | CancelReservationResponse