# UpdateCustomerBreakdown ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | | `id` | *Optional[str]* | :heavy_minus_sign: | N/A | | `plan_id` | *Nullable[str]* | :heavy_check_mark: | N/A | | `included_grant` | *float* | :heavy_check_mark: | N/A | | `prepaid_grant` | *float* | :heavy_check_mark: | N/A | | `remaining` | *float* | :heavy_check_mark: | N/A | | `usage` | *float* | :heavy_check_mark: | N/A | | `unlimited` | *bool* | :heavy_check_mark: | N/A | | `reset` | [Nullable[models.UpdateCustomerReset]](../models/updatecustomerreset.md) | :heavy_check_mark: | N/A | | `price` | [Nullable[models.UpdateCustomerPrice]](../models/updatecustomerprice.md) | :heavy_check_mark: | N/A | | `expires_at` | *Nullable[float]* | :heavy_check_mark: | N/A |