RetailCRM API Client

AbstractCustomer

Class AbstractCustomer

Tags
category

AbstractCustomer

Table of Contents

Properties

$externalId  : string
$id  : int
$site  : string
$type  : string

Methods

__construct()  : mixed
AbstractCustomer constructor.

Properties

$externalId

public string $externalId
Tags
JMS\Type

("string")

JMS\SerializedName

("externalId")

$site

public string $site
Tags
JMS\Type

("string")

JMS\SerializedName

("site")

$type

public string $type
Tags
JMS\Type

("string")

JMS\SerializedName

("type")

Methods

__construct()

AbstractCustomer constructor.

public __construct([int|null $id = null ][, string $externalId = '' ][, string $type = '' ][, string $site = '' ]) : mixed
Parameters
$id : int|null = null
$externalId : string = ''
$type : string = ''
$site : string = ''

        
On this page

Search results