Добавьте файлы проекта.
This commit is contained in:
12
YandexMusic.API/Models/Common/YSubscription.cs
Normal file
12
YandexMusic.API/Models/Common/YSubscription.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YSubscription
|
||||
{
|
||||
public List<YSubscriptionService> AutoRenewable { get; set; }
|
||||
public bool CanStartTrial { get; set; }
|
||||
public bool HadAnySubscription { get; set; }
|
||||
public bool McDonalds { get; set; }
|
||||
public YPeriod NonAutoRenewable { get; set; }
|
||||
public YReminder NonAutoRenewableRemainder { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user