3.9 KiB
3.9 KiB
BalancesUpdateRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
customer_id |
str | ✔️ | The ID of the customer. |
entity_id |
Optional[str] | ➖ | The ID of the entity to update balance for (if using entity balances). |
feature_id |
str | ✔️ | The ID of the feature to update balance for. |
current_balance |
Optional[float] | ➖ | The new balance value to set. |
interval |
Optional[models.BalancesUpdateInterval] | ➖ | The interval to update balance for. |
granted_balance |
Optional[float] | ➖ | N/A |
usage |
Optional[float] | ➖ | N/A |
customer_entitlement_id |
Optional[str] | ➖ | N/A |
next_reset_at |
Optional[float] | ➖ | N/A |
add_to_balance |
Optional[float] | ➖ | N/A |