Documentation of the CarRentalAgentService

Language.NumberDisplayFormat Property

Gets or sets the number format for the corresponding language.

public  NumberDisplayFormat {get; set;}

Remarks

This property was designed to assist booking-module developers in localization of their booking module. The value delivered within this property is a format-mask, which should be used for displaying numbers like they're displayed normally in the corresponding language.

Example

NumberDisplayFormat="###.###.###.###,00"

See Also

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