Class Reports
Reports resource.
- ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
-
Klarna\Rest\Resource
-
Klarna\Rest\Settlements\Reports
Namespace: Klarna\Rest\Settlements
Example: docs/examples/SettlementsAPI/Reports/payout_report.php Get payout report with transactions
Example: docs/examples/SettlementsAPI/Reports/summary_report.php Get payouts summary report with transactions
Located at Klarna/Rest/Settlements/Reports.php
Example: docs/examples/SettlementsAPI/Reports/payout_report.php Get payout report with transactions
Example: docs/examples/SettlementsAPI/Reports/summary_report.php Get payouts summary report with transactions
Located at Klarna/Rest/Settlements/Reports.php
Methods summary
public
|
|
public
|
|
public
string
|
|
public
string
|
#
getPDFPayoutReport( string $paymentReference )
Returns a single settlement summed up in pdf format. |
public
string
|
|
public
string
|
Methods inherited from Klarna\Rest\Resource
delete()
,
exchangeArray()
,
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. |
#
'/settlements/v1/reports'
|