Gets or sets the code of this Rate.
The code returned herein is a string composed of the OperatorKey(Id of the operator/agency) used to create the Ticket, the unique id of the Vehicle and the unique id of the RateServiceType included in the offer. The code is guaranteed to be unique within a single Response-oject.
If RateServiceTypeId is 150, VehicleId is 12345 and the used OperatorKey is 369220, the returned code will be: "369220-12345-150".
Rate Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace