Preparing search index...
The search index is not available
@jackdbd/fattureincloud-client
@jackdbd/fattureincloud-client
InvoicesClient
Interface InvoicesClient
interface
InvoicesClient
{
create
:
(
(
config
:
InvoiceCreateRequestBody
)
=>
Promise
<
{
id
:
string
;
token
:
string
;
}
>
)
;
delete
:
(
(
config
:
InvoiceDeleteRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
;
list
:
(
(
options
?:
InvoiceListOptions
)
=>
Promise
<
InvoiceListResponseBody
>
)
;
listAsyncGenerator
:
(
(
options
?:
InvoiceListOptions
)
=>
AsyncGenerator
<
InvoiceListResponseBody
,
any
,
any
>
)
;
retrieve
:
(
(
config
:
InvoiceRetrieveConfig
)
=>
Promise
<
InvoiceDetail
>
)
;
}
Hierarchy
BasicClient
InvoicesClient
Index
Properties
create
delete
list
list
Async
Generator
retrieve
Properties
create
create
:
(
(
config
:
InvoiceCreateRequestBody
)
=>
Promise
<
{
id
:
string
;
token
:
string
;
}
>
)
delete
delete
:
(
(
config
:
InvoiceDeleteRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
list
list
:
(
(
options
?:
InvoiceListOptions
)
=>
Promise
<
InvoiceListResponseBody
>
)
list
Async
Generator
list
Async
Generator
:
(
(
options
?:
InvoiceListOptions
)
=>
AsyncGenerator
<
InvoiceListResponseBody
,
any
,
any
>
)
retrieve
retrieve
:
(
(
config
:
InvoiceRetrieveConfig
)
=>
Promise
<
InvoiceDetail
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
delete
list
list
Async
Generator
retrieve
@jackdbd/fattureincloud-client
Loading...