Skip to content

Commit

Permalink
Clarify docstring for Invoice.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblast-dev committed Mar 13, 2024
1 parent 2762468 commit 1ddec83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vshieldpy/api_defs/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 1ddec83

Please sign in to comment.