Preparing search index...
The search index is not available
@nosto/nosto-js
@nosto/nosto-js
client
OrderCustomer
Interface OrderCustomer
interface
OrderCustomer
{
country
:
string
;
email
?:
string
;
first_name
?:
string
;
last_name
?:
string
;
newsletter
?:
string
;
order_number
:
string
;
phone
:
string
;
post_code
:
string
;
type
?:
string
;
}
Index
Properties
country
email?
first_
name?
last_
name?
newsletter?
order_
number
phone
post_
code
type?
Properties
country
country
:
string
Optional
email
email
?:
string
Optional
first_
name
first_name
?:
string
Optional
last_
name
last_name
?:
string
Optional
newsletter
newsletter
?:
string
order_
number
order_number
:
string
phone
phone
:
string
post_
code
post_code
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
country
email
first_
name
last_
name
newsletter
order_
number
phone
post_
code
type
@nosto/nosto-js
Loading...