Documentation of the CarRentalAgentService

RateServiceUpsellRequest Members

RateServiceUpsellRequest overview

Public Instance Constructors

RateServiceUpsellRequest Constructor Initializes a new instance of the RateServiceUpsellRequest class.

Public Instance Properties

ArrivalDateTime Gets or sets the ISO 8601 date and time the customer wants to arrive with Vehicle (stop rental date and time).
ArrivalDateTimeDateTime Gets or sets the date and time the customer wants to arrive with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
ArrivalLocationId Gets or sets the unique id of the Location where the customer wants to arrive with Vehicle (rental stop location).
ArrivalRegionId Gets or sets the unique id of the Region where the customer wants to arrive with Vehicle (rental stop region).
CurrencyCode Gets or sets the ISO 4217 three letter currency code in which the customer wants to get the rates for Vehicles.
DepartureDateTime Gets or sets the ISO 8601 date and time the customer wants to depart with Vehicle (start rental date and time).
DepartureDateTimeDateTime Gets or sets the date and time the customer wants to depart with Vehicle as DateTime value. Attention: This Property isn't available at client-side because it's not serialized in XML.
DepartureLocationId Gets or sets the unique id of the Location where the customer wants to depart with Vehicle (rental start location).
DepartureRegionId Gets or sets the unique id of the Region where the customer wants to depart with Vehicle (rental start region).
Operation (inherited from Request) Gets or sets operational meta-data for the Request.
PromotionCode Gets or sets the Promotion Code the User wants to use for the Reservation.
RateServiceTypeId Gets or sets the unique id of the RateServiceType the upsell rates shall base on.
SalesSeasonId Gets or sets the unique id for the salesseason in which the Rate is being valued, that is used to caculate the Upsell-Rate for this request.
Ticket (inherited from Request) Gets or sets the Ticket (containing the security token) for the Request.
VehicleId Gets the unique id of the Vehicle for which this RateServiceUpsellRequest applies.

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

RateServiceUpsellRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Rate | RateServiceType | RateServiceUpsellResponse