Class SubscriptionDetailsResponse
Inheritance
SubscriptionDetailsResponse
Assembly: solution.dll
Syntax
public class SubscriptionDetailsResponse
Properties
CreatedAt
Declaration
public DateTime CreatedAt { get; set; }
Property Value
Declaration
public Dictionary<string, object> ExtraData { get; set; }
Property Value
GenesisOrgId
Declaration
public string GenesisOrgId { get; set; }
Property Value
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
IsOwner
Declaration
public bool IsOwner { get; set; }
Property Value
OrderSource
Declaration
public string OrderSource { get; set; }
Property Value
OrganizationName
Declaration
public string OrganizationName { get; set; }
Property Value
ProductType
Declaration
public string ProductType { get; set; }
Property Value
ReadonlyStatus
Declaration
public string ReadonlyStatus { get; set; }
Property Value