Order
Table of Contents
Methods
-
create()
: Result
-
createPayment()
: mixed
-
createShipment()
: mixed
create()
public
static create(array<string|int, mixed> $params) : Result
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ArgumentNullException
-
throws
-
NotSupportedException
-
throws
-
ObjectNotFoundException
createPayment()
public
static createPayment(Order &$order[, mixed $paySystemId = 0 ]) : mixed
Parameters
-
$order
: Order
-
-
$paySystemId
: mixed
= 0
-
createShipment()
public
static createShipment(Order &$order[, mixed $deliveryId = 0 ][, mixed $deliveryPrice = false ]) : mixed
Parameters
-
$order
: Order
-
-
$deliveryId
: mixed
= 0
-
-
$deliveryPrice
: mixed
= false
-