Invoices now specify when they're finalized alongside other status transitionsBreaking changes
What’s new
Moves the finalized_
property for invoices into the status_
hash.
Impact
This change moves the finalized_
property for invoices into the new status_
hash. You now need to access the finalization timestamp through status_
instead of directly from the Invoice
object. This modification organizes invoice status change information more coherently.