Overview
  • Package
  • Class

Packages

  • Klarna
    • Checkout
  • Payment
    • Klarna
      • HTTP
      • Interfaces
      • Unit
        • Tests

Classes

  • Klarna_Checkout_BasicConnector
  • Klarna_Checkout_Connector
  • Klarna_Checkout_Digest
  • Klarna_Checkout_Order
  • Klarna_Checkout_RecurringOrder
  • Klarna_Checkout_RecurringStatus
  • Klarna_Checkout_Resource
  • Klarna_Checkout_UserAgent

Interfaces

  • Klarna_Checkout_ApiErrorException
  • Klarna_Checkout_ConnectionErrorException
  • Klarna_Checkout_ConnectorException
  • Klarna_Checkout_ConnectorInterface
  • Klarna_Checkout_Exception
  • Klarna_Checkout_ResourceCreateableInterface
  • Klarna_Checkout_ResourceFetchableInterface
  • Klarna_Checkout_ResourceInterface
  • Klarna_Checkout_ResourceUpdateableInterface

Class Klarna_Checkout_RecurringStatus

Implementation of the recurring order resource

Klarna_Checkout_Resource implements Klarna_Checkout_ResourceInterface, ArrayAccess
Extended by 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

Methods summary

public
# __construct( Klarna_Checkout_ConnectorInterface $connector, string $recurringToken )

Create a new recurring status object

Create a new recurring status object

Parameters

$connector
connector to use
$recurringToken
recurring token

Overrides

Klarna_Checkout_Resource::__construct
public
# fetch( )

Fetch order data

Fetch order data

Implementation of

Klarna_Checkout_ResourceFetchableInterface::fetch()

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

Path that is used to create resources

# '/checkout/recurring/%s'
protected string $contentType

Content Type to use

Content Type to use

# "application/vnd.klarna.checkout.recurring-status-v1+json"

Properties inherited from Klarna_Checkout_Resource

$accept, $connector, $data, $location

API documentation generated by ApiGen