| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| walletType | BillingWalletTypeEnum | |
| consumptionAlertSet | boolean | |
| fastRatingLevel | number | |
| lowBalanceLevel | number |
Example
{
"code" : "...",
"description" : "...",
"walletType" : "PREPAID",
"consumptionAlertSet" : true,
"fastRatingLevel" : 12345,
"lowBalanceLevel" : 12345.0
}