TIM SDK
TIM API C
|
|
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: <sixml:TransactionData NGVMode='AllowedWithFallback' NGVClearingDelay='1' ... />
The following values are valid:
Copyright: SIX Payment Services.
Typedefs | |
typedef enum ta_e_ngv_mode | ta_e_ngv_mode_t |
Enumerations | |
enum | ta_e_ngv_mode { ta_c_ngvm_undefined, ta_c_ngvm_mandatory, ta_c_ngvm_allowed_with_fallback, ta_c_ngvm_not_allowed } |
typedef enum ta_e_ngv_mode ta_e_ngv_mode_t |
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: <sixml:TransactionData NGVMode='AllowedWithFallback' NGVClearingDelay='1' ... />
The following values are valid:
Specification: austrianUseCases.
enum ta_e_ngv_mode |
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: <sixml:TransactionData NGVMode='AllowedWithFallback' NGVClearingDelay='1' ... />
The following values are valid:
Specification: austrianUseCases.