auto_topup_amount_dollars
Dollar amount charged when automatic top-up runs.
Whether automatic top-up is enabled.
Credit balance threshold that triggers automatic top-up when enabled (Bigint string).
Current credit balance (Bigint string to preserve precision above Number.MAX_SAFE_INTEGER).
Total credits purchased (Bigint string).
Total credits consumed (Bigint string).
{
"auto_topup_amount_dollars": 10,
"auto_topup_enabled": false,
"auto_topup_threshold": "50000",
"balance": "450",
"lifetime_purchased": "1000",
"lifetime_used": "550"
}