RevokeTokenResponse
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
success |
?bool |
Optional | If the request is successful, this is true . |
getSuccess(): ?bool | setSuccess(?bool success): void |
errors |
?(Error[]) |
Optional | Any errors that occurred during the request. | getErrors(): ?array | setErrors(?array errors): void |
{
"success": true,
"errors": [
{
"category": "MERCHANT_SUBSCRIPTION_ERROR",
"code": "INVALID_EXPIRATION",
"detail": "detail6",
"field": "field4"
}
]
}