Class SubscriptionPeriodVM
Namespace: FastReport.Cloud
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SubscriptionPeriodVM : CloudBaseVM
Properties
EndTime
Declaration
public System.DateTime EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Plan
Declaration
public SubscriptionPlanVM Plan { get; set; }
Property Value
Type | Description |
---|---|
SubscriptionPlanVM |
StartTime
Declaration
public System.DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |