Preparing search index...
The search index is not available
@jackdbd/fattureincloud-client
@jackdbd/fattureincloud-client
CustomersClient
Interface CustomersClient
interface
CustomersClient
{
create
:
(
(
config
:
CustomerCreateRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
;
delete
:
(
(
config
:
CustomerDeleteRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
;
list
:
(
(
options
?:
CustomerListOptions
)
=>
Promise
<
CustomerListResponseBody
>
)
;
listAsyncGenerator
:
(
(
options
?:
CustomerListOptions
)
=>
AsyncGenerator
<
CustomerListResponseBody
,
any
,
any
>
)
;
retrieve
:
(
(
config
:
CustomerRetrieveConfig
)
=>
Promise
<
Customer
>
)
;
update
:
(
(
config
:
CustomerUpdateRequestBody
)
=>
Promise
<
{
campi
:
string
[]
;
id
:
string
;
}
>
)
;
}
Hierarchy
BasicClient
CustomersClient
Index
Properties
create
delete
list
list
Async
Generator
retrieve
update
Properties
create
create
:
(
(
config
:
CustomerCreateRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
delete
delete
:
(
(
config
:
CustomerDeleteRequestBody
)
=>
Promise
<
{
id
:
string
;
}
>
)
list
list
:
(
(
options
?:
CustomerListOptions
)
=>
Promise
<
CustomerListResponseBody
>
)
list
Async
Generator
list
Async
Generator
:
(
(
options
?:
CustomerListOptions
)
=>
AsyncGenerator
<
CustomerListResponseBody
,
any
,
any
>
)
retrieve
retrieve
:
(
(
config
:
CustomerRetrieveConfig
)
=>
Promise
<
Customer
>
)
update
update
:
(
(
config
:
CustomerUpdateRequestBody
)
=>
Promise
<
{
campi
:
string
[]
;
id
:
string
;
}
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
delete
list
list
Async
Generator
retrieve
update
@jackdbd/fattureincloud-client
Loading...