\billythekid\v12finance\models\requestsApplicationRequest

Class ApplicationRequest

Summary

Methods
Properties
Constants
__construct()
getRetailer()
getOrder()
getCustomer()
isWaitForDecision()
jsonSerialize()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$retailer
$order
$customer
$waitForDecision
N/A

Properties

$waitForDecision

$waitForDecision : boolean

Whether to wait for a decision

Type

boolean

Methods

isWaitForDecision()

isWaitForDecision() : boolean

Gets whether to wait for a decision or not

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.