Class Klarna_Checkout_RecurringStatus
Implementation of the recurring order resource
- Klarna_Checkout_Resource implements Klarna_Checkout_ResourceInterface, ArrayAccess
-
Klarna_Checkout_RecurringStatus implements Klarna_Checkout_ResourceFetchableInterface
Package: Klarna\Checkout
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Matthias Feist matthias.feist@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/RecurringStatus.php
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Matthias Feist matthias.feist@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/RecurringStatus.php
Methods summary
public
|
#
__construct(
Create a new recurring status object |
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/recurring/%s'
|
protected
string
|
$contentType
Content Type to use |
#
"application/vnd.klarna.checkout.recurring-status-v1+json"
|