Documentation of the CarRentalAgentService

LinkedRateResponse Class

This is the response for a LinkedRateRequest-based operation. The returned Rate was formerly stored by a RateLinkRequest.

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

System.Object
   Response
      LinkedRateResponse

public class LinkedRateResponse : 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

This Response is part of the "Tell a Friend"-functionality of CarRentalAgentService. An instance of this class is returned by a call of each SOAP-/POST-Implementation of RetrieveLinkedRate - Method. This Response-object ecapsulates both, the information formerly used to request the stored Rate(s) and the Rate(s) itself/themselves. Thereby the prices of the delivered Rate(s) are calculated using the conditions of the operator(agency) the RateLink has been created for, which means that there will be no differences between the stored and the retrieved offer(Rate).

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

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

See Also

LinkedRateResponse Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Rate | RateLink | LinkedRateRequest | RateLinkRequest