Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
CustomerAccessor
Class CustomerAccessor
Hierarchy (
View Summary
)
ElementAccessor
<
Customer
,
UpdateCustomerRequest
,
CustomerSelector
>
CustomerAccessor
Index
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
Properties
options
Constructors
constructor
new
CustomerAccessor
(
client
:
IntegrationAppApiClient
,
selector
:
string
|
CustomerSelector
,
)
:
CustomerAccessor
Parameters
client
:
IntegrationAppApiClient
selector
:
string
|
CustomerSelector
Returns
CustomerAccessor
Methods
get
Unique
Identifier
getUniqueIdentifier
()
:
string
Returns
string
get
get
()
:
Promise
<
Customer
>
Returns
Promise
<
Customer
>
put
put
(
data
:
UpdateCustomerRequest
)
:
Promise
<
Customer
>
Parameters
data
:
UpdateCustomerRequest
Returns
Promise
<
Customer
>
patch
patch
(
data
:
Partial
<
UpdateCustomerRequest
>
)
:
Promise
<
Customer
>
Parameters
data
:
Partial
<
UpdateCustomerRequest
>
Returns
Promise
<
Customer
>
archive
archive
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Path
getPath
(
operation
?:
string
)
:
string
Parameters
Optional
operation
:
string
Returns
string
Properties
Protected
options
options
:
{
client
:
IntegrationAppApiClient
;
path
:
string
;
selector
:
string
|
CustomerSelector
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Unique
Identifier
get
put
patch
archive
get
Path
Properties
options
Console
SDK
REST API
Integration App React - v2.13.2
Loading...