Class CreateSubscriptionVM
Inheritance
System.Object
CreateSubscriptionVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateSubscriptionVM : CloudBaseVM
Properties
End
Declaration
public System.DateTime? End { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
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> |
|
Declaration
public System.Collections.Generic.ICollection<string> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
UserId
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|