\billythekid\v12finance\models\requestsApplicationStatusRequest

Class ApplicationStatusRequest

Summary

Methods
Properties
Constants
__construct()
getApplicationId()
isIncludedExtraDetails()
isIncludeFinancials()
getRetailer()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$applicationId
$includedExtraDetails
$includeFinancials
$retailer
N/A

Properties

$applicationId

$applicationId : string|null

The application ID

Type

string|null

$includedExtraDetails

$includedExtraDetails : boolean

Include extra details

Type

boolean

$includeFinancials

$includeFinancials : boolean

Include financials

Type

boolean

Methods

__construct()

__construct(\billythekid\v12finance\models\Retailer  $retailer, null  $applicationId = null, boolean  $includedExtraDetails = false, boolean  $includeFinancials = false) 

ApplicationStatusRequest constructor.

Parameters

\billythekid\v12finance\models\Retailer $retailer
null $applicationId
boolean $includedExtraDetails
boolean $includeFinancials

getApplicationId()

getApplicationId() : integer|null

Gets the application ID

Returns

integer|null

isIncludedExtraDetails()

isIncludedExtraDetails() : boolean

Gets if the response should include extra details

Returns

boolean

isIncludeFinancials()

isIncludeFinancials() : boolean

Gets if the response should include financials

Returns

boolean

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.