Class YMKSearchCurrencyExchangeType

Single currency exchange prices.

Class Methods

Properties

buy

Buy rate.

name

ISO-4217 currency name, e.g.

sell

Sell rate.

buy

Buy rate.

name

ISO-4217 currency name, e.g.

sell

Sell rate.

Method Detail

+currencyExchangeTypeWithName:buy:sell:

+ (nonnull YMKSearchCurrencyExchangeType *)currencyExchangeTypeWithName:(nullable NSString *)name
                                                                    buy:(nullable YMKTaxiMoney *)buy
                                                                   sell:(nullable YMKTaxiMoney *)sell 

Property Detail

buy

(assign, readonly) YMKTaxiMoney * buy

Buy rate.

Optional property, can be null.

name

(assign, readonly) NSString * name

ISO-4217 currency name, e.g.

"USD" or "RUB" or "EUR".

Optional property, can be null.

sell

(assign, readonly) YMKTaxiMoney * sell

Sell rate.

Optional property, can be null.