| ISubscriptionStatusType Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Provisioning.Dto
The ISubscriptionStatusType type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| String | ActiveText |
Name of the active state
| |
| Int64 | Id |
The type id
| |
| String | InactiveText |
Name of the inactive state
| |
| Boolean | Inverted |
If the status is inverted
| |
| String | Name |
The name of the type
| |
| String | PendingActiveText |
Name of transition to active state
| |
| String | PendingInactiveText |
Name of transition to inactive state
|