TIM SDK
TIM API C
currency_type.h File Reference

Description

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

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_currency_type ta_e_currency_type_t
 

Enumerations

enum  ta_e_currency_type { ta_c_curt_undefined = 0, ta_c_curt_local = 1, ta_c_curt_foreign = 2, ta_c_curt_dcc = 3 }
 

Typedef Documentation

◆ ta_e_currency_type_t

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

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_currency_type

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

The following values are valid:

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.