Documentation of the CarRentalAgentService

ValidateRateResponse.Rates Property

Gets or sets an array of Rates resulting from the operation.

public  Rates {get; set;}

Remarks

If this property is wrongly returned as "null", the Response signals that by a Status of Failure and the corresponding Error-Message. Thereby it has to be treated as, there is no valid Rate in the database for the operator and the specified ValidateRateRequest-Parameters. IsValid should be false in this case.

See Also

ValidateRateResponse Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace