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