GitHub Project
Developers Reference
Preparing search index...
The search index is not available
Scaleway JS SDK
Scaleway JS SDK
clients/src
Dedibox
v1
Invoice
Interface Invoice
interface
Invoice
{
content
:
string
;
createdAt
?:
Date
;
id
:
number
;
paidAt
?:
Date
;
paymentMethod
:
InvoicePaymentMethod
;
status
:
InvoiceStatus
;
totalWithoutTaxes
?:
Money
;
totalWithTaxes
?:
Money
;
transactionId
:
number
;
}
Index
Properties
content
created
At?
id
paid
At?
payment
Method
status
total
Without
Taxes?
total
With
Taxes?
transaction
Id
Properties
content
content
:
string
Optional
created
At
createdAt
?:
Date
id
id
:
number
Optional
paid
At
paidAt
?:
Date
payment
Method
paymentMethod
:
InvoicePaymentMethod
status
status
:
InvoiceStatus
Optional
total
Without
Taxes
totalWithoutTaxes
?:
Money
Optional
total
With
Taxes
totalWithTaxes
?:
Money
transaction
Id
transactionId
:
number
Settings
Theme
OS
Light
Dark
On This Page
Properties
content
created
At
id
paid
At
payment
Method
status
total
Without
Taxes
total
With
Taxes
transaction
Id
GitHub Project
Developers Reference
Scaleway JS SDK
Loading...