BypassAgeValidation

public enum BypassAgeValidation : String, Encodable

Whether or not the system will confirm that the age of the individual is 18 or older based on the date of birth and current date. Default is no.

  • yes

    The system will NOT validate that the age of the individual based on the date of birth and current date is 18 or older.

    Declaration

    Swift

    case yes = "Y"
  • no

    The system will confirm that the age of the individual based on the date of birth and current date is 18 or older.

    Declaration

    Swift

    case no = "N"