3.5 KiB
3.5 KiB
Balances
Fields
| Field | Type | Required | Description |
|---|---|---|---|
feature_id |
str | ✔️ | N/A |
feature |
Optional[models.CustomerFeature] | ➖ | N/A |
granted |
float | ✔️ | N/A |
remaining |
float | ✔️ | N/A |
usage |
float | ✔️ | N/A |
unlimited |
bool | ✔️ | N/A |
overage_allowed |
bool | ✔️ | N/A |
max_purchase |
Nullable[float] | ✔️ | N/A |
next_reset_at |
Nullable[float] | ✔️ | N/A |
breakdown |
List[models.Breakdown] | ➖ | N/A |
rollovers |
List[models.CustomerRollover] | ➖ | N/A |