Files
cfw-autumn/others/python-sdk/docs/models/billingattachresponse.md
John Yeo 90287e6308 latest
2026-02-19 13:24:33 +00:00

3.4 KiB
Raw Blame History

BillingAttachResponse

OK

Fields

Field Type Required Description
customer_id str ✔️ The ID of the customer.
entity_id Optional[str] The ID of the entity, if the plan was attached to an entity.
invoice Optional[models.BillingAttachInvoice] Invoice details if an invoice was created. Only present when a charge was made.
payment_url Nullable[str] ✔️ URL to redirect the customer to complete payment. Null if no payment action is required.
required_action Optional[models.BillingAttachRequiredAction] Details about any action required to complete the payment. Present when the payment could not be processed automatically.