Class: NgvMode

timapi.constants.NgvMode()

Overview

Members-Overview

new NgvMode()

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

This field can be set in a purchase transaction request to define the NGV behaviour for the current transaction.

Example: NGV purchase transaction with one day clearing delay:

The following values are valid:

Specification: austrianUseCases.

Member-List

allowedWithFallback (static, constant)

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

Specification: austrianUseCases.

mandatory (static, constant)

NGV is mandatory, no fallback to standard purchase allowed.

Specification: austrianUseCases.

notAllowed (static, constant)

NGV not allowed.

Specification: austrianUseCases.