Membrane React - v0.6.0
Console
SDK
REST API
Preparing search index...
CustomersAccessor
Class CustomersAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
Customer
,
FindCustomersQuery
,
CreateCustomerRequest
>
CustomersAccessor
UsersAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
CustomersAccessor
(
client
:
MembraneApiClient
)
:
CustomersAccessor
Parameters
client
:
MembraneApiClient
Returns
CustomersAccessor
Methods
find
find
(
query
?:
{
isTest
?:
boolean
;
limit
?:
number
;
cursor
?:
string
;
search
?:
string
;
}
,
)
:
Promise
<
PaginationResponse
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
,
>
,
>
Parameters
Optional
query
:
{
isTest
?:
boolean
;
limit
?:
number
;
cursor
?:
string
;
search
?:
string
}
Returns
Promise
<
PaginationResponse
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
,
>
,
>
find
All
findAll
(
query
?:
Omit
<
{
isTest
?:
boolean
;
limit
?:
number
;
cursor
?:
string
;
search
?:
string
}
,
"limit"
,
>
,
)
:
Promise
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
[]
,
>
Parameters
Optional
query
:
Omit
<
{
isTest
?:
boolean
;
limit
?:
number
;
cursor
?:
string
;
search
?:
string
}
,
"limit"
,
>
Returns
Promise
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
[]
,
>
create
create
(
data
:
{
name
?:
string
;
internalId
:
string
;
fields
?:
any
;
credentials
?:
any
;
}
,
)
:
Promise
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
,
>
Parameters
data
:
{
name
?:
string
;
internalId
:
string
;
fields
?:
any
;
credentials
?:
any
}
Returns
Promise
<
{
id
:
string
;
name
:
string
;
meta
?:
Record
<
string
,
any
>
;
internalId
:
string
;
fields
?:
Record
<
string
,
any
>
;
credentials
?:
any
;
lastActiveAt
?:
string
;
isTest
?:
boolean
;
isBillable
?:
boolean
;
createdAt
?:
string
;
archivedAt
?:
string
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Membrane React - v0.6.0
Loading...