1.6 KiB
1.6 KiB
Invoice
Fields
| Field | Type | Required | Description |
|---|---|---|---|
plan_ids |
List[str] | ✔️ | Array of plan IDs included in this invoice |
stripe_id |
str | ✔️ | The Stripe invoice ID |
status |
str | ✔️ | The status of the invoice |
total |
float | ✔️ | The total amount of the invoice |
currency |
str | ✔️ | The currency code for the invoice |
created_at |
float | ✔️ | Timestamp when the invoice was created |
hosted_invoice_url |
OptionalNullable[str] | ➖ | URL to the Stripe-hosted invoice page |