TIM SDK
TIM API C
allowed_accounts.h File Reference

Description

Constants for AllowedAccounts tag or&ed together. Not set flags are restricted.

Copyright: Worldline.

Typedefs

typedef enum ta_e_allowed_accounts ta_e_allowed_accounts_t
 

Enumerations

enum  ta_e_allowed_accounts { ta_c_aa_undefined = 0, ta_c_aa_cheque = 1 << 0, ta_c_aa_savings = 1 << 1, ta_c_aa_credit = 1 << 2 }
 

Typedef Documentation

◆ ta_e_allowed_accounts_t

Constants for AllowedAccounts tag or&ed together. Not set flags are restricted.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_allowed_accounts

Constants for AllowedAccounts tag or&ed together. Not set flags are restricted.

Specification: retail.

Enumerator
ta_c_aa_undefined 

Undefined/invalid value.

ta_c_aa_cheque 

Allow account Cheque during Account Selection.

Specification: retail.

ta_c_aa_savings 

Allow account Savings during Account Selection.

Specification: retail.

ta_c_aa_credit 

Allow account Credit during Account Selection.

Specification: retail.