AutoTopupErrorResponse
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
error_reasonstring
Short machine-readable reason code when the request fails.
jsonAutoTopupErrorResponse
{
"status": true,
"message": "string",
"error_reason": "string"
}
Was this page helpful?