Files
cfw-autumn/others/python-sdk/docs/models/billingattachcustomize.md
2026-02-18 18:46:19 +00:00

11 lines
1.4 KiB
Markdown

# BillingAttachCustomize
Customize the plan to attach. Can either override the price of the plan, the items in the plan, or both.
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `price` | [OptionalNullable[models.BillingAttachPrice]](../models/billingattachprice.md) | :heavy_minus_sign: | N/A |
| `items` | List[[models.BillingAttachItem](../models/billingattachitem.md)] | :heavy_minus_sign: | N/A |