This class allows you to store customers data safely to improve the shopping experience.
This will allow your customer to complete their purchases much faster and easily when used in conjunction with the Cards class.
link |
Click here for more infos |
---|---|
RestMethod |
(resource="/v1/customers/:id", method="read") |
RestMethod |
(resource="/v1/customers/search", method="search") |
RestMethod |
(resource="/v1/customers/", method="create") |
RestMethod |
(resource="/v1/customers/:id", method="update") |
RestMethod |
(resource="/v1/customers/:id", method="delete") |
package |
Default |
email : string
Attribute |
(primaryKey = true) |
---|---|
var |
string
id : string
Attribute |
() |
---|---|
var |
string
first_name : string
Attribute |
() |
---|---|
var |
string
last_name : string
Attribute |
() |
---|---|
var |
string
phone : object
Attribute |
() |
---|---|
var |
object
identification : object
Attribute |
() |
---|---|
var |
object
default_address : string
Attribute |
() |
---|---|
var |
string
address : object
Attribute |
() |
---|---|
var |
object
date_registered : string
Attribute |
() |
---|---|
var |
string
description : string
Attribute |
() |
---|---|
var |
string
date_created : string
Attribute |
() |
---|---|
var |
string
date_last_updated : string
Attribute |
() |
---|---|
var |
string
default_card : string
Attribute |
() |
---|---|
var |
string
cards : array
Attribute |
() |
---|---|
var |
array
addresses : array
Attribute |
() |
---|---|
var |
array
live_mode : boolean
Attribute |
(type = "boolean") |
---|---|
var |
boolean