Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 953 Bytes

Invoice.md

File metadata and controls

19 lines (14 loc) · 953 Bytes

Invoice

Properties

Name Type Description Notes
Id int32 Invoice ID/number [optional]
Type string [optional]
Amount int32 [optional]
Currency string [optional]
DueDate string The invoice due date. Only available for type `invoice`. [optional]
IssuedDate string The date when the invoice was issued. [optional]
PaidDate string The payment date. Only available if the invoice has status `paid`. [optional]
Status string `settled` is only applicable to credit notes. These are usually created if domains have been [optional]
Url string [optional]

[Back to Model list] [Back to API list] [Back to README]