CNgvMode

public enum CNgvMode

Defines if NGV usage is mandatory or optional if card supports it.

Specification: austrianUseCases.

  • NGV is mandatory, no fallback to standard purchase allowed.

    Specification: austrianUseCases.

    Declaration

    Swift

    case mandatory
  • NGV shall be performed if card supports it, fallback to standard purchase allowed. (Default)

    Specification: austrianUseCases.

    Declaration

    Swift

    case allowedWithFallback
  • NGV not allowed.

    Specification: austrianUseCases.

    Declaration

    Swift

    case notAllowed