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

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

    Declaration

    Swift

    case yes = "Y"
  • no

    No input images will be sent in the POST_API.

    Declaration

    Swift

    case no = "N"