Enum BoughtModuleStatus
Defines the status of a bought module.
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public enum BoughtModuleStatus
Bought
The module is bought and functionallity from the module can be used by the tenant.
Terminated
The module is bought, but then terminated, and no functionallity from the module can be used by the tenant.
Unpayed
The module is bought, but the tenant has not payed for it, and no functionallity from the module can be used by the tenant.