IdBackImageRequired

public enum IdBackImageRequired : String, Encodable

Whether or not the ID Back is mandatory for all ID types where Back is present. Default is yes.

  • yes

    ID Back is mandatory for all ID types where Back is present and will be processed along with the front of the ID.

    Declaration

    Swift

    case yes = "Y"
  • no

    ID Back is not required and will not be considered in ID validation processing when not provided.

    Declaration

    Swift

    case no = "N"