flightPrice property

String? flightPrice
getter/setter pair

Flight price which can be number followed by the alphabetic currency code, ISO 4217 standard.

Use '.' as the decimal mark, for example, 100.00 USD.

Implementation

core.String? flightPrice;