{
"plan": {
"_id": "string",
"name": "string",
"limits": {
"creditsPerMonth": 0,
"storageBytes": 0,
"workspaces": 0
},
"features": {},
"prices": [
{
"currency": "string",
"amount": 0,
"interval": "string"
}
],
"isDefault": true,
"isActive": true
},
"credits": {
"subscription": 0,
"purchased": 0,
"total": 0,
"unlimited": true
},
"creditsResetAt": "2019-08-24T14:15:22.123Z",
"subscriptionStatus": "active",
"subscriptionEndsAt": "2019-08-24T14:15:22.123Z",
"storageUsedBytes": 0,
"autoRenew": true,
"extraAccounts": 0,
"maxAccounts": 0,
"termMonths": 0,
"nextTermMonths": 0,
"wallet": {
"NGN": 5000,
"USD": 12.5
}
}