Class Order
Checkout order resource.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
-
Klarna\Rest\Resource
-
Klarna\Rest\Checkout\Order
Namespace: Klarna\Rest\Checkout
Example: docs/examples/CheckoutAPI/create_checkout.php Create the checkout order
Example: docs/examples/CheckoutAPI/create_checkout_attachment.php EMD attachment
Example: docs/examples/CheckoutAPI/fetch_checkout.php Retrieve a checkout order
Example: docs/examples/CheckoutAPI/update_checkout.php Update a checkout order
Example: docs/examples/CheckoutAPI/handling_exceptions.php Handling possible exceptions
Located at Klarna/Rest/Checkout/Order.php
Example: docs/examples/CheckoutAPI/create_checkout.php Create the checkout order
Example: docs/examples/CheckoutAPI/create_checkout_attachment.php EMD attachment
Example: docs/examples/CheckoutAPI/fetch_checkout.php Retrieve a checkout order
Example: docs/examples/CheckoutAPI/update_checkout.php Update a checkout order
Example: docs/examples/CheckoutAPI/handling_exceptions.php Handling possible exceptions
Located at Klarna/Rest/Checkout/Order.php
Methods summary
public
|
#
__construct(
Constructs an order instance. |
public
|
|
public
|
Methods inherited from Klarna\Rest\Resource
delete(),
exchangeArray(),
fetch(),
get(),
getId(),
getLocation(),
patch(),
post(),
put(),
request(),
setId(),
setLocation()
Methods inherited from ArrayObject
append(),
asort(),
count(),
getArrayCopy(),
getFlags(),
getIterator(),
getIteratorClass(),
ksort(),
natcasesort(),
natsort(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
serialize(),
setFlags(),
setIteratorClass(),
uasort(),
uksort(),
unserialize()
Magic methods summary
Constants summary
Constants inherited from Klarna\Rest\Resource
Constants inherited from ArrayObject
ARRAY_AS_PROPS,
STD_PROP_LIST
Properties summary
public static
string
|
$path
Path to the resource endpoint. |
#
'/checkout/v3/orders'
|