yandex_music.account.price¶
- class yandex_music.account.price.Price(amount: int, currency: str, client: ClientType | None = None)¶
Bases:
YandexMusicModel
Класс, представляющий цену.
- amount¶
Количество единиц.
- Type:
int
- currency¶
Валюта.
- Type:
str
- client¶
Клиент Yandex Music.
- Type:
yandex_music.Client
, optional
- amount: int¶
- client: ClientType | None = None¶
- currency: str¶