TIM SDK
TIM API C
merchant_option_type.h File Reference

Description

Specifies type of merchant option.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_merchant_option_type ta_e_merchant_option_type_t
 

Enumerations

enum  ta_e_merchant_option_type {
  ta_c_mot_undefined = 0, ta_c_mot_additional_merchant_data = 1, ta_c_mot_multi_account_index = 2, ta_c_mot_multi_contract_index = 3,
  ta_c_mot_merchant_tid = 4, ta_c_mot_clerk_identifier = 5, ta_c_mot_fuel_dispenser_number = 6, ta_c_mot_posdnumber = 7,
  ta_c_mot_receipt_number = 8, ta_c_mot_shift_number = 9
}
 

Typedef Documentation

◆ ta_e_merchant_option_type_t

Specifies type of merchant option.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_merchant_option_type

Specifies type of merchant option.

The following values are valid:

Specification: retail.

Enumerator
ta_c_mot_undefined 

Undefined/invalid value.

ta_c_mot_additional_merchant_data 

Additional data the merchant would like to add. String value.

Specification: retail.

ta_c_mot_multi_account_index 

Account index that shall be used for this transaction. Numeric number that defines the account index.

Specification: retail.

ta_c_mot_multi_contract_index 

Acquirer contract index that shall be used for this transaction. Numeric number that specifies the contract index.

Specification: retail.

ta_c_mot_merchant_tid 

Specific terminal identifier defined by the merchant.

Specification: retail.

ta_c_mot_clerk_identifier 

Merchant defined attendant identifier. Used for petrol MOC, provided by ECR.

Specification: retail.

ta_c_mot_fuel_dispenser_number 

Fuel Pump number. Used for petrol MOC, provided by ECR.

Specification: retail.

ta_c_mot_posdnumber 

Number of the ECR device. Used for petrol MOC, provided by ECR.

Specification: retail.

ta_c_mot_receipt_number 

ECR Receipt number. Used for petrol MOC, provided by ECR.

Specification: retail.

ta_c_mot_shift_number 

ECR side shift number. Used for petrol MOC, provided by ECR.

Specification: retail.