UploadSignatureRequest
class UploadSignatureRequest
Class UploadSignatureRequest.
Stores a series of vectors on the SLIM CD server so they can be retrieved at a later date.Vectors are in hex. They can be in one of the four formats.
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.