Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.22 KB

Invoice.md

File metadata and controls

23 lines (20 loc) · 1.22 KB

Invoice

Properties

Name Type Description Notes
Id string [optional] [default to null]
Number string [optional] [default to null]
Currency string [optional] [default to null]
Customer *Customer [optional] [default to null]
TaxTotal int32 [optional] [default to null]
SubTotal int32 [optional] [default to null]
AmountDue int32 [optional] [default to null]
Paid bool [optional] [default to null]
PayLink string [optional] [default to null]
CreatedAt string [optional] [default to null]
PaidAt string [optional] [default to null]
DueDate string [optional] [default to null]
BillerAddress *Address [optional] [default to null]
Payeeaddress *Address [optional] [default to null]
Lines []InvoiceLines [optional] [default to null]

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