Constants

UPDATES_AVAILABLE

UPDATES_AVAILABLE

The only update types we allow

Properties

$applicationId

$applicationId : string|null

The application ID

Type

string|null

$update

$update : string|null

The update to be performed

Type

string|null

$loanAmount

$loanAmount : float

The loan amount

Type

float

$refundAmount

$refundAmount : float

The refund amount

Type

float

$salesReference

$salesReference : string|null

The sales reference

Type

string|null

$secondSalesReference

$secondSalesReference : string|null

The second sales reference

Type

string|null

$newSalesReference

$newSalesReference : string|null

The new sales reference

Type

string|null

$newSecondSalesReference

$newSecondSalesReference : string|null

The new second sales reference

Type

string|null

$dateOfBirth

$dateOfBirth : string|null

The date of birth

Type

string|null

Methods

getApplicationId()

getApplicationId() : string|null

Get the application ID

Returns

string|null

getUpdate()

getUpdate() : null|string

Get the update

Returns

null|string

getLoanAmount()

getLoanAmount() : float

Get the loan amount

Returns

float

getRefundAmount()

getRefundAmount() : float

Get the refund amount

Returns

float

getSalesReference()

getSalesReference() : null|string

Get the current sales reference

Returns

null|string

getSecondSalesReference()

getSecondSalesReference() : null|string

Get the current second sales reference

Returns

null|string

getNewSalesReference()

getNewSalesReference() : null|string

Get the new sales reference

Returns

null|string

getNewSecondSalesReference()

getNewSecondSalesReference() : null|string

Get the new second sales reference

Returns

null|string

getDateOfBirth()

getDateOfBirth() : null|string

Get the date of birth

Returns

null|string

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.