ExtensionStatusInfo
Status information (reason, comment). Returned for 'Disabled' status only
Properties
Name | Type | Required | Description |
---|---|---|---|
comment | str | ❌ | A free-form user comment, describing the status change reason |
reason | ExtensionStatusInfoReason | ❌ | Type of suspension |
till | str | ❌ | Date until which an account will get deleted. The default value is 30 days since the current date |
ExtensionStatusInfoReason
Type of suspension
Properties
Name | Type | Required | Description |
---|---|---|---|
SUSPENDEDVOLUNTARILY | str | ✅ | "SuspendedVoluntarily" |
SUSPENDEDINVOLUNTARILY | str | ✅ | "SuspendedInvoluntarily" |
CANCELLEDVOLUNTARILY | str | ✅ | "CancelledVoluntarily" |
CANCELLEDINVOLUNTARILY | str | ✅ | "CancelledInvoluntarily" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs