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.

  • yes

    Y: We will send the input images (ID Front/ID Back/Customer Selfie) in the POST_API.

    Declaration

    Swift

    case yes = "Y"
  • no

    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"