FarePriceType
public enum FarePriceType : UInt32, CaseIterable, Codable
Type of price represented by a FarePrice object.
-
A fixed value where
FarePrice.minimum=FarePrice.maximum= price value.Declaration
Swift
case value -
A price range from
FarePrice.minimumtoFarePrice.maximum.Declaration
Swift
case range