TIM SDK
TIM API C
currency_type.h File Reference

Description

Specifies the type of currency. Used to distinguish between base and DCC currencies.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_currency_type ta_e_currency_type_t
 

Enumerations

enum  ta_e_currency_type { ta_c_curt_undefined, ta_c_curt_local, ta_c_curt_foreign, ta_c_curt_dcc }
 

Typedef Documentation

◆ ta_e_currency_type_t

Specifies the type of currency. Used to distinguish between base and DCC currencies.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_currency_type

Specifies the type of currency. Used to distinguish between base and DCC currencies.

Specification: retail.

Enumerator
ta_c_curt_undefined 

Undefined/invalid value.

ta_c_curt_local 

Local currency depending on location

Specification: retail.

ta_c_curt_foreign 

Foreign currency

Specification: retail.

ta_c_curt_dcc 

Currency used for DCC conversion

Specification: retail.