Class YMKSearchFuelType

Fuel name and price.

Class Methods

Properties

name

Fuel name.

price

Fuel price.

name

Fuel name.

price

Fuel price.

Method Detail

+fuelTypeWithName:price:

+ (nonnull YMKSearchFuelType *)fuelTypeWithName:(nullable NSString *)name
                                          price:(nullable YMKTaxiMoney *)price 

Property Detail

name

(assign, readonly) NSString * name

Fuel name.

Optional property, can be null.

price

(assign, readonly) YMKTaxiMoney * price

Fuel price.

Optional property, can be null.