Files
cfw-autumn/others/python-sdk/docs/models/invoice.md
2026-02-16 20:19:08 +00:00

1.6 KiB
Raw Blame History

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