\billythekid\v12finance\models\responsesFinanceProductListResponse

Class FinanceProductListResponse

Summary

Methods
Properties
Constants
__construct()
getErrors()
getFinanceProducts()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$errors
$financeProducts
N/A

Properties

$errors

$errors : array

Errors

Type

array

$financeProducts

$financeProducts : array

Finance products

Type

array

Methods

__construct()

__construct(\Psr\Http\Message\ResponseInterface  $responseObject) 

FinanceProductListResponse constructor.

Parameters

\Psr\Http\Message\ResponseInterface $responseObject

getErrors()

getErrors() : array

Gets the errors

Returns

array

jsonSerialize()

jsonSerialize() : mixed

Specify data which should be serialized to JSON

Returns

mixed —

data which can be serialized by json_encode, which is a value of any type other than a resource.