Class Klarna_Checkout_Order
Implementation of the order resource
- Klarna_Checkout_Resource implements Klarna_Checkout_ResourceInterface, ArrayAccess
-
Klarna_Checkout_Order
implements
Klarna_Checkout_ResourceCreateableInterface,
Klarna_Checkout_ResourceFetchableInterface,
Klarna_Checkout_ResourceUpdateableInterface
Package: Klarna\Checkout
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Majid G. majid.garmaroudi@klarna.com
Author: David K. david.keijser@klarna.com
Author: Matthias Feist matthias.feist@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/Order.php
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Majid G. majid.garmaroudi@klarna.com
Author: David K. david.keijser@klarna.com
Author: Matthias Feist matthias.feist@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/Order.php
Methods summary
public
|
#
__construct(
Create a new order. |
public
|
|
public
|
|
public
|
Methods inherited from Klarna_Checkout_Resource
getAccept(),
getContentType(),
getLocation(),
marshal(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
parse(),
setAccept(),
setContentType(),
setLocation()
Magic methods summary
Properties summary
protected
string
|
$relativePath
Path that is used to create resources |
#
'/checkout/orders'
|
protected
string
|
$contentType
Content Type to use |
#
"application/vnd.klarna.checkout.aggregated-order-v2+json"
|