Обнновлено до .net10
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
namespace YandexMusic.API.Models.Common;
|
||||
|
||||
public class YSubscription
|
||||
{
|
||||
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; }
|
||||
}
|
||||
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