ImportOneCPackageCRM extends ImportOneCPackage
FinalYes
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
Constants
DELETE_IF_NOT_FOUND_RELATED_PAYMENT_DOCUMENT
public
mixed
DELETE_IF_NOT_FOUND_RELATED_PAYMENT_DOCUMENT
= 0x1
DELIVERY_SERVICE_XMLID
public
mixed
DELIVERY_SERVICE_XMLID
= 'ORDER_DELIVERY'
EVENT_ON_EXCHANGE_CONFIGURE_IMPORTER
public
mixed
EVENT_ON_EXCHANGE_CONFIGURE_IMPORTER
= 'OnExchangeConfigureImporter'
Methods
checkSettings()
public
static checkSettings() : Result|null
Tags
Return values
Result|nullconfiguration()
public
static configuration() : mixed
getDirectionType()
public
abstract getDirectionType() : string
Return values
stringgetField()
public
getField(mixed $name) : null|string
Parameters
- $name : mixed
Return values
null|stringgetInstance()
public
static getInstance() : static
Return values
staticgetRawData()
public
getRawData() : null
Return values
nullparse()
public
parse(array<string|int, mixed> $rawFields) : Result
Parameters
- $rawFields : array<string|int, mixed>
Tags
Return values
Resultprocess()
public
process(array<string|int, mixed> $rawData) : Result
Parameters
- $rawData : array<string|int, mixed>
Return values
ResultsetField()
public
setField(mixed $name, mixed $value) : mixed
Parameters
- $name : mixed
- $value : mixed
setRawData()
public
setRawData(null $rawData) : mixed
Parameters
- $rawData : null