From 1ddec83454b8fe76b20c6d2083bb65f01b68774e Mon Sep 17 00:00:00 2001 From: Tayfun Bocek Date: Wed, 13 Mar 2024 21:57:31 +0300 Subject: [PATCH] Clarify docstring for Invoice. --- vshieldpy/api_defs/invoices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vshieldpy/api_defs/invoices.py b/vshieldpy/api_defs/invoices.py index 988217b..e034677 100644 --- a/vshieldpy/api_defs/invoices.py +++ b/vshieldpy/api_defs/invoices.py @@ -16,8 +16,8 @@ class Invoice: kind: Type of the invoice. service: Service ID. This includes Server ID's and services. Can be None if a server hasnt been deployed yet. payment_method: Method of payment. - date_paid: Date the invoice was paid. - date: Invoice creation date. + date_paid: Date the invoice was paid. Can also be `None` if the invoice hasn't been paid yet. + date: The date that the invoice was created. due_date: Due date for the invoice. """