Class Sessions
Payments session resource.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
-
Klarna\Rest\Resource
-
Klarna\Rest\Payments\Sessions
Namespace: Klarna\Rest\Payments
Example: docs/examples/PaymentsAPI/Sessions/create_new_credit_session.php
Example: docs/examples/PaymentsAPI/Sessions/read_credit_session.php
Example: docs/examples/PaymentsAPI/Sessions/update_credit_session.php
Located at Klarna/Rest/Payments/Sessions.php
Example: docs/examples/PaymentsAPI/Sessions/create_new_credit_session.php
Example: docs/examples/PaymentsAPI/Sessions/read_credit_session.php
Example: docs/examples/PaymentsAPI/Sessions/update_credit_session.php
Located at Klarna/Rest/Payments/Sessions.php
Methods summary
public
|
#
__construct(
Constructs a session 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. |
#
'/payments/v1/sessions'
|