GitHub Project
Developers Reference
Preparing search index...
The search index is not available
Scaleway JS SDK
Scaleway JS SDK
clients/src
Dedibox
v1
BillingAPI
Class BillingAPI
Dedibox Phoenix Billing API.
Hierarchy
API
BillingAPI
Index
Constructors
constructor
Methods
can
Order
download
Invoice
download
Refund
get
Invoice
get
Refund
list
Invoices
list
Refunds
Constructors
constructor
new
BillingAPI
(
client
)
:
BillingAPI
Parameters
client
:
Client
Returns
BillingAPI
Methods
can
Order
can
Order
(
request
?
)
:
Promise
<
CanOrderResponse
>
Parameters
request
:
Readonly
<
BillingApiCanOrderRequest
>
= {}
Returns
Promise
<
CanOrderResponse
>
download
Invoice
download
Invoice
(
request
)
:
Promise
<
Blob
>
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiDownloadInvoiceRequest
>
Returns
Promise
<
Blob
>
download
Refund
download
Refund
(
request
)
:
Promise
<
Blob
>
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiDownloadRefundRequest
>
Returns
Promise
<
Blob
>
get
Invoice
get
Invoice
(
request
)
:
Promise
<
Dedibox
.
v1
.
Invoice
>
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiGetInvoiceRequest
>
Returns
Promise
<
Dedibox
.
v1
.
Invoice
>
get
Refund
get
Refund
(
request
)
:
Promise
<
Refund
>
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiGetRefundRequest
>
Returns
Promise
<
Refund
>
list
Invoices
list
Invoices
(
request
?
)
:
Promise
<
Dedibox
.
v1
.
ListInvoicesResponse
>
&
{
[asyncIterator]
:
(
(
)
=>
AsyncGenerator
<
InvoiceSummary
[]
,
void
,
void
>
)
;
all
:
(
(
)
=>
Promise
<
InvoiceSummary
[]
>
)
;
}
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiListInvoicesRequest
>
= {}
Returns
Promise
<
Dedibox
.
v1
.
ListInvoicesResponse
>
&
{
[asyncIterator]
:
(
(
)
=>
AsyncGenerator
<
InvoiceSummary
[]
,
void
,
void
>
)
;
all
:
(
(
)
=>
Promise
<
InvoiceSummary
[]
>
)
;
}
list
Refunds
list
Refunds
(
request
?
)
:
Promise
<
ListRefundsResponse
>
&
{
[asyncIterator]
:
(
(
)
=>
AsyncGenerator
<
RefundSummary
[]
,
void
,
void
>
)
;
all
:
(
(
)
=>
Promise
<
RefundSummary
[]
>
)
;
}
Parameters
request
:
Readonly
<
Dedibox
.
v1
.
BillingApiListRefundsRequest
>
= {}
Returns
Promise
<
ListRefundsResponse
>
&
{
[asyncIterator]
:
(
(
)
=>
AsyncGenerator
<
RefundSummary
[]
,
void
,
void
>
)
;
all
:
(
(
)
=>
Promise
<
RefundSummary
[]
>
)
;
}
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
can
Order
download
Invoice
download
Refund
get
Invoice
get
Refund
list
Invoices
list
Refunds
GitHub Project
Developers Reference
Scaleway JS SDK
Loading...
Dedibox Phoenix Billing API.