AccountStatusInfo
Optional information to be used when account is moved to "Disabled" status
Properties
Name | Type | Required | Description |
---|---|---|---|
reason | AccountStatusInfoReason | ❌ | Type of suspension, voluntarily or not |
comment | str | ❌ | A meaningful description of the reason to change the status |
till | str | ❌ | Date after which the account will get deleted. Parameter can be used to overwrite default retention period |
AccountStatusInfoReason
Type of suspension, voluntarily or not
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