CustomerDataMatchConfig

public struct CustomerDataMatchConfig : Encodable

Enumerations

  • Whether or not IDmission’s ID Verification Team will perform a IdNumberMatch of the submitted form in the event it is not auto-decisioned. Default is no.

    See more

    Declaration

    Swift

    public enum IdNumberMatch : String, Encodable
  • Whether or not IDmission’s ID Verification Team will perform a dateOfBirthMatch of the submitted form in the event it is not auto-decisioned. Default is no.

    See more

    Declaration

    Swift

    public enum DateOfBirthMatch : String, Encodable
  • Whether or not IDmission’s ID Verification Team will perform a expiryDateMatch of the submitted form in the event it is not auto-decisioned. Default is no.

    See more

    Declaration

    Swift

    public enum ExpiryDateMatch : String, Encodable
  • Whether or not IDmission’s ID Verification Team will perform a nameMatch of the submitted form in the event it is not auto-decisioned. Default is no.

    See more

    Declaration

    Swift

    public enum NameMatch : String, Encodable

Properties

Initialization