3.4 KiB
3.4 KiB
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. |