SendInputImagesInPost
public enum SendInputImagesInPost : String, Encodable
Whether or not the input images (ID Front/ID Back/Customer Selfie) will be sent in the POST_API. Default is no
.
-
Y: We will send the input images (ID Front/ID Back/Customer Selfie) in the POST_API.
Declaration
Swift
case yes = "Y"
-
N:No input images will be sent in the POST_API.
Declaration
Swift
case no = "N"
-
Blank: No input images will be sent in the POST_API.
Declaration
Swift
case blank = "Blank"