Class SubscriptionInfo
- Namespace
- Rescope.Commerce.Core.Entities
- Assembly
- Rescope.Commerce.Core.dll
public class SubscriptionInfo
- Inheritance
-
SubscriptionInfo
- Inherited Members
-
Properties
Enabled
public bool Enabled { get; }
Property Value
- bool
Id
Property Value
- Guid
Name
public string? Name { get; }
Property Value
- string
NextOrderTime
public DateTime? NextOrderTime { get; }
Property Value
- DateTime?
RecurEveryDays
public int? RecurEveryDays { get; }
Property Value
- int?
RecurEveryMonths
public int? RecurEveryMonths { get; }
Property Value
- int?
RecurPeriod
public string RecurPeriod { get; }
Property Value
- string
TotalPrice
public decimal TotalPrice { get; }
Property Value
- decimal
public string TotalPriceFormatted { get; }
Property Value
- string