Table of Contents
Constants
-
DELETE_IF_NOT_FOUND_RELATED_PAYMENT_DOCUMENT
= 0x1
-
DELIVERY_SERVICE_XMLID
= 'ORDER_DELIVERY'
-
EVENT_ON_EXCHANGE_CONFIGURE_IMPORTER
= 'OnExchangeConfigureImporter'
Methods
-
checkSettings()
: Result|null
-
configuration()
: mixed
-
getDirectionType()
: string
-
getField()
: null|string
-
getInstance()
: static
-
getRawData()
: null
-
parse()
: Result
-
process()
: Result
-
setField()
: mixed
-
setRawData()
: mixed
public
mixed
DELETE_IF_NOT_FOUND_RELATED_PAYMENT_DOCUMENT
= 0x1
DELIVERY_SERVICE_XMLID
public
mixed
DELIVERY_SERVICE_XMLID
= 'ORDER_DELIVERY'
public
mixed
EVENT_ON_EXCHANGE_CONFIGURE_IMPORTER
= 'OnExchangeConfigureImporter'
checkSettings()
public
static checkSettings() : Result|null
-
throws
-
ArgumentNullException
Return values
Result|null
configuration()
public
static configuration() : mixed
getDirectionType()
public
abstract getDirectionType() : string
getField()
public
getField(mixed $name) : null|string
Parameters
-
$name
: mixed
-
Return values
null|string
getInstance()
public
static getInstance() : static
getRawData()
public
getRawData() : null
parse()
public
parse(array<string|int, mixed> $rawFields) : Result
Parameters
-
$rawFields
: array<string|int, mixed>
-
-
throws
-
ArgumentOutOfRangeException
-
throws
-
NotSupportedException
process()
public
process(array<string|int, mixed> $rawData) : Result
Parameters
-
$rawData
: array<string|int, mixed>
-
setField()
public
setField(mixed $name, mixed $value) : mixed
Parameters
-
$name
: mixed
-
-
$value
: mixed
-
setRawData()
public
setRawData(null $rawData) : mixed
Parameters
-
$rawData
: null
-