Class CreateSubscriptionPeriodVM
Inheritance
System.Object
CreateSubscriptionPeriodVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateSubscriptionPeriodVM : CloudBaseVM
Properties
End
Declaration
public System.DateTime? End { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PlanId
Declaration
public string PlanId { get; set; }
Property Value
Type |
Description |
System.String |
|
Start
Declaration
public System.DateTime? Start { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|