12 lines
420 B
C#
12 lines
420 B
C#
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; }
|
|
}
|
|
} |