Class Tokens
Tokens resource.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
-
Klarna\Rest\Resource
-
Klarna\Rest\CustomerToken\Tokens
Namespace: Klarna\Rest\CustomerToken
Example: docs/examples/CustomerTokenAPI/Tokens/create_order.php Create a new order using customer token
Example: docs/examples/CustomerTokenAPI/Tokens/read_token_details.php Read customer token details
Located at Klarna/Rest/CustomerToken/Tokens.php
Example: docs/examples/CustomerTokenAPI/Tokens/create_order.php Create a new order using customer token
Example: docs/examples/CustomerTokenAPI/Tokens/read_token_details.php Read customer token details
Located at Klarna/Rest/CustomerToken/Tokens.php
Methods summary
public
|
#
__construct(
Constructs a Tokens instance. |
public
array
|
Methods inherited from Klarna\Rest\Resource
delete(),
fetch(),
get(),
getId(),
getLocation(),
patch(),
post(),
request(),
setLocation()
Methods inherited from ArrayObject
append(),
asort(),
count(),
exchangeArray(),
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. |
#
'/customer-token/v1/tokens'
|