Documentation of the CarRentalAgentService

Equipment.MaxAvailable Property

Gets or sets max number available of this Equipment.

public  MaxAvailable {get; set;}

Remarks

This property shows how much items of this Equipment are available at the Location it is linked to. This is the upper Limit of the value that may be handed over to EquipmentId1Quantity, EquipmentId2Quantity or EquipmentId3Quantity, while creating the a Reservation. That means, the limit may be checked within your booking module to reduce unnecessary requests to the CarRentalAgentService. Nevertheless the CarRentalAgentService will check the maximum available amount too.

See Also

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