Documentation of the CarRentalAgentService

RateConditionsResponse Class

An instance of this class is returned from CarRentalAgentService for an operation to retrieve a list of RateConditions.

For a list of all members of this type, see RateConditionsResponse Members.

System.Object
   Response
      RateConditionsResponse

public class RateConditionsResponse : Response

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A RateCondition object, delivered in this Response contains a textual description of services that are not included in a specific offer(Rate). A RateCondition includes conditions and important details for the private customer, such as additional charges. Therefore the corresponding RateConditionsRequest may be used if detailed information of the additional conditions and charges for a specific offer(Rate) is desired.

An instance of this class is returned by a call of each SOAP-/POST-Implementation of GetRateConditions - Method.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

RateConditionsResponse Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | RateCondition | RateConditionsRequest