GetSignatureImageRequest
class GetSignatureImageRequest
Class GetSignatureImageRequest.
Upon success, GetSignatureImage returns a status code of 200, a content-type based on the type of image requested, and binary data that represents the image. Supported image types include PNG, JPG, BMP, ICON, TIFF. In the case of an error, the content type is set to text/plain, the body contains text representing the error, the HTTP status code us set to an error code (not 200) and status text to represent the error.
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. | |
string | $filetype | Represents type of data ID for previous transaction. | |
$imgflag | |||
$height | |||
$width | |||
$transparent | |||
$edge | |||
$penwidth | |||
$border | |||
$testmode |
Methods
jsonSerialize()
No description