\billythekid\v12finance\models\responsesApplicationStatusResponse

Class ApplicationStatusResponse

Summary

Methods
Properties
Constants
__construct()
hasErrors()
getErrors()
getApplicationFormUrl()
getApplicationGuid()
getApplicationId()
getAuthorisationCode()
getSalesReference()
getStatus()
getCustomer()
getOrderLines()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$applicationFormUrl
$applicationGuid
$applicationId
$authorisationCode
$salesReference
$status
$customer
$errors
$orderLines
N/A

Properties

$applicationFormUrl

$applicationFormUrl : null

Application form URL

Type

null

$applicationGuid

$applicationGuid : string

Application GUID

Type

string

$applicationId

$applicationId : string

Application ID

Type

string

$authorisationCode

$authorisationCode : null

Authorisation code

Type

null

$salesReference

$salesReference : null

Sales reference

Type

null

$status

$status : mixed

Status

Type

mixed

$errors

$errors : array

Errors

Type

array

Methods

__construct()

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

ApplicationStatusResponse constructor.

Parameters

\Psr\Http\Message\ResponseInterface $responseObject

Throws

\billythekid\v12finance\models\exceptions\InvalidTelephoneException

hasErrors()

hasErrors() : boolean

Check if there were errors

Returns

boolean

getErrors()

getErrors() : array

Gets the errors

Returns

array

getApplicationFormUrl()

getApplicationFormUrl() : string|null

Gets the application form URL

Returns

string|null

getApplicationGuid()

getApplicationGuid() : string

Gets the application GUID

Returns

string

getApplicationId()

getApplicationId() : string

Gets the application ID

Returns

string

getAuthorisationCode()

getAuthorisationCode() : string|null

Gets the authorisation code

Returns

string|null

getSalesReference()

getSalesReference() : string|null

Gets the sales reference

Returns

string|null

getStatus()

getStatus() : mixed

Gets the status

Returns

mixed

getOrderLines()

getOrderLines() : array|null

Gets the line items

Returns

array|null

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.