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

2.4 KiB

BillingUpdateInvoice

Invoice details if an invoice was created. Only present when a charge was made.

Fields

Field Type Required Description
status Nullable[str] ✔️ The status of the invoice (e.g., 'paid', 'open', 'draft').
stripe_id str ✔️ The Stripe invoice ID.
total float ✔️ The total amount of the invoice in cents.
currency str ✔️ The three-letter ISO currency code (e.g., 'usd').
hosted_invoice_url Nullable[str] ✔️ URL to the hosted invoice page where the customer can view and pay the invoice.