From 2b5d659f640603f5d72db960a5ba0ed7eb99a089 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 16 Sep 2025 12:16:06 +0200 Subject: [PATCH] Update doc/api/resources/invoices.rst Co-authored-by: Richard Schreiber --- doc/api/resources/invoices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/resources/invoices.rst b/doc/api/resources/invoices.rst index 37c6754749..de21f18ea7 100644 --- a/doc/api/resources/invoices.rst +++ b/doc/api/resources/invoices.rst @@ -82,7 +82,7 @@ lines list of objects The actual invo all lines not created by a fee (e.g. a product). ├ period_start datetime Start date of the service or delivery period of the invoice line. Can be ``null`` if not known. -├ period_end datetime End date of the service or delivery period of the invoice line. +├ period_end datetime End date of the service or delivery period of the invoice line. Can be ``null`` if not known. ├ event_date_from datetime Deprecated alias of ``period_start``. ├ event_date_to datetime Deprecated alias of ``period_end``.