Customer class
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") |
RequestParam |
(param="access_token") |
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