Важно

This feature is available in the Full MapKit SDK version

YMKSearchCurrencyExchangeType

class YMKSearchCurrencyExchangeType : NSObject

Single currency exchange prices.

Summary

Class methods

 init(name: String?, buy: YMKTaxiMoney?, sell: YMKTaxiMoney?)

Properties

var name: String? { get }
ISO-4217 currency name, for example "USD" or "RUB" or "EUR"

var buyYMKTaxiMoney? { get }
Buy rate

var sellYMKTaxiMoney? { get }
Sell rate

Class methods

init(name:buy:sell:)

 init(name: String?, buy: YMKTaxiMoney?, sell: YMKTaxiMoney?)


Properties

name

var name: String? { get }

ISO-4217 currency name, for example "USD" or "RUB" or "EUR".

Optional field, can be nil.


buy

var buy: YMKTaxiMoney? { get }

Buy rate.

Optional field, can be nil.


sell

var sell: YMKTaxiMoney? { get }

Sell rate.

Optional field, can be nil.