ConsentAccepted

public enum ConsentAccepted : String, Encodable

Whether or not to accept consent. Default is Y.

  • yes

    Y - Consent is accepted.

    Declaration

    Swift

    case yes = "Y"
  • no

    N - Consent is not accepted.

    Declaration

    Swift

    case no = "N"