kustomer-client
Preparing search index...
KustomerTypes
GetCustomerByPhoneData
Type Alias GetCustomerByPhoneData
type
GetCustomerByPhoneData
=
{
body
?:
never
;
path
:
{
phone
:
string
}
;
query
?:
never
;
url
:
"/customers/phone={phone}"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
never
path
path
:
{
phone
:
string
}
Type declaration
phone
:
string
Phone number of the customer (E.164 format).
Optional
query
query
?:
never
url
url
:
"/customers/phone={phone}"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Phone number of the customer (E.164 format).