SendProcessedImagesInPost
public enum SendProcessedImagesInPost : String, Encodable
Whether or not the processed images (ID front/ID back which have been cropped/marked up with security features, etc.) will be sent in the POST_API. Default is no
.
-
Y : We will send the processed images (ID front/ID back which have been cropped/marked up with security features, etc.) in POST_API.
Declaration
Swift
case yes = "Y"
-
N : No processed images will be sent in the POST_API.
Declaration
Swift
case no = "N"
-
Blank : No processed images will be sent in the POST_API.
Declaration
Swift
case blank = "Blank"