flightSalePrice property

String? flightSalePrice
getter/setter pair

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

Use '.' as the decimal mark, for example, 80.00 USD. Must be less than the 'flight_price' field.

Implementation

core.String? flightSalePrice;