Table of Contents
-
$baseUri
: mixed
-
$guzzle
: mixed
-
__call()
: mixed
-
__construct()
: mixed
-
__get()
: mixed
-
createPayment()
: Payment
-
fetch()
: AbstractItem|Collection
-
boolsToString()
: array<string|int, mixed>
-
request()
: AbstractItem|Collection
$baseUri
protected
mixed
$baseUri
$guzzle
protected
mixed
$guzzle
__call()
public
__call(string $name, array<string|int, mixed> $id) : mixed
Parameters
-
$name
: string
-
-
$id
: array<string|int, mixed>
-
Return values
mixed
—
__construct()
public
__construct( $guzzle, string $baseUri) : mixed
Parameters
-
$guzzle
:
-
-
$baseUri
: string
-
-
codeCoverageIgnore
-
Return values
mixed
—
__get()
public
__get(string $name) : mixed
Parameters
-
$name
: string
-
Return values
mixed
—
createPayment()
public
createPayment(array<string|int, mixed> $params) : Payment
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ApiException
-
deprecated
-
Return values
Payment
—
fetch()
public
fetch([array<string|int, mixed> $params = [] ]) : AbstractItem|Collection
Parameters
-
$params
: array<string|int, mixed>
= []
-
-
throws
-
NotImplementedException
Return values
AbstractItem|Collection
—
boolsToString()
protected
boolsToString( $params) : array<string|int, mixed>
Parameters
-
$params
:
-
Return values
array<string|int, mixed>
—
request()
protected
request(mixed $class, mixed $method[, mixed $path = '' ][, mixed $params = [] ]) : AbstractItem|Collection
Parameters
-
$class
: mixed
-
-
$method
: mixed
-
-
$path
: mixed
= ''
-
-
$params
: mixed
= []
-
-
throws
-
ApiException
Return values
AbstractItem|Collection
—