DownloadCheckRequest
class DownloadCheckRequest
Class DownloadCheckRequest.
Downloads the check data that was stored for a specific gateid. The check data is returned in the same format as was used for upload. 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 | $gateid | Gateway ID for previous transaction. |
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.