Documentation

CustomerCreatedEventPayload
in package
implements OfcpEvent

FinalYes

Table of Contents

Interfaces

OfcpEvent
Basic interface for OFCP-Events.

Properties

$customer  : string
$salesChannel  : string

Methods

__construct()  : self
This class represents the undefined model.
from_json()  : self
Parse JSON data into an instance of this class.
getCustomer()  : string
getSalesChannel()  : string
jsonSerialize()  : array<string|int, mixed>
setCustomer()  : void
setSalesChannel()  : void

Properties

Methods

__construct()

This class represents the undefined model.

public __construct(string $customer, string $salesChannel) : self
Parameters
$customer : string

The customer ID

$salesChannel : string

The sales channel ID

Return values
self

from_json()

Parse JSON data into an instance of this class.

public static from_json(string|array<string|int, mixed> $json) : self
Parameters
$json : string|array<string|int, mixed>

JSON data to parse.

Return values
self

        
On this page

Search results