TIM SDK
TIM API C
account_type.h File Reference

Description

Identifies the selected account. If Account Selection is enabled, the transaction responses should contain this field. Default value is Credit.

Copyright: Worldline.

Typedefs

typedef enum ta_e_account_type ta_e_account_type_t
 

Enumerations

enum  ta_e_account_type { ta_c_at_undefined = 0 , ta_c_at_cheque = 1 , ta_c_at_savings = 2 , ta_c_at_credit = 3 }
 

Typedef Documentation

◆ ta_e_account_type_t

Identifies the selected account. If Account Selection is enabled, the transaction responses should contain this field. Default value is Credit.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_account_type

Identifies the selected account. If Account Selection is enabled, the transaction responses should contain this field. Default value is Credit.

Specification: retail.

Enumerator
ta_c_at_undefined 

Undefined/invalid value.

ta_c_at_cheque 

Cheque / Debit account selected.

Specification: retail.

ta_c_at_savings 

Savings account selected.

Specification: retail.

ta_c_at_credit 

Credit account selected (default, e.g. for non-domestic brands).

Specification: retail.