Skip to main content

Class ItemImage

This object contains the front and back check images for a specific deposit item.


Properties

NAMETYPEDESCRIPTION
BackImagestringBase64 encoded image string for the Back Image.
FrontImagestringA Base64 encoded image string for the Front Image.
ItemReferencestringThe unique reference EPS assigned to the item.

Examples

{
"__type": "ItemImage:#JackHenry.Eps.Mobile",
"ItemReference": "String Content",
"FrontImage": "String Content",
"BackImage": "String Content"
}