Class ItemImage
This object contains the front and back check images for a specific deposit item.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| BackImage | string | Base64 encoded image string for the Back Image. |
| FrontImage | string | A Base64 encoded image string for the Front Image. |
| ItemReference | string | The unique reference EPS assigned to the item. |
Examples
{
"__type": "ItemImage:#JackHenry.Eps.Mobile",
"ItemReference": "String Content",
"FrontImage": "String Content",
"BackImage": "String Content"
}