Product
- class yandex_music.account.product.Product
Класс, представляющий продаваемый продукт.
- price
Цена.
- Type:
yandex_music.Price, optional
- intro_price
Цена вступительного периода.
- Type:
yandex_music.Price, optional
- start_price
Цена за первый срок.
- Type:
yandex_music.Price, optional
- licence_text_parts
Длительность пробного периода.
- Type:
listизyandex_music.LicenceTextPart, optional
- client
Клиент Yandex Music.
- Type:
yandex_music.Client, optional
- classmethod de_json(data, client)
Десериализация объекта.
- Parameters:
data (
dict) – Поля и значения десериализуемого объекта.client (
yandex_music.Client, optional) – Клиент Yandex Music.
- Returns:
Продаваемый продукт.
- Return type: