UploadCheckRequest
class UploadCheckRequest
Class UploadCheckRequest.
Stores a check image on the SLIM CD server so that it can be sent to the processor for check conversion purposes. Data is base-64 encoded.
Traits
Properties
string | $username | Username or API Access Credential that accesses web service. | |
string | $password | Plaintext password for the client account. | |
int | $siteid | Assigned by the Slim CD administrator. | |
int | $gateid | Gateway ID for previous transaction. | |
string | $filetype | Represents type of data. | |
string | $imagedata | Base-64 encoded data for images, or text for receipts. |
Methods
array
jsonSerialize()
Returns the instantiated class's properties as an array.
from jsonSerializeTrait
Details
in jsonSerializeTrait at line 12
array
jsonSerialize()
Returns the instantiated class's properties as an array.