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.

  • yes

    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"
  • no

    No processed images will be sent in the POST_API.

    Declaration

    Swift

    case no = "N"