TIM SDK
TIM API C
transaction_type.h File Reference

Description

Defines the type of transaction.

Used as attribute to classify the transaction in the <sixml:TrxDetail> field.

The following values are valid:

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_transaction_type ta_e_transaction_type_t
 

Enumerations

enum  ta_e_transaction_type {
  ta_c_tt_undefined, ta_c_tt_purchase, ta_c_tt_credit, ta_c_tt_reversal,
  ta_c_tt_pre_authorization, ta_c_tt_finalize_purchase, ta_c_tt_cash_advance, ta_c_tt_purchase_forced_acceptance,
  ta_c_tt_purchase_with_cashback, ta_c_tt_purchase_phone_authorized, ta_c_tt_purchase_phone_ordered, ta_c_tt_purchase_mail_ordered,
  ta_c_tt_giro, ta_c_tt_combined, ta_c_tt_authorize_credit, ta_c_tt_authorize_deposit,
  ta_c_tt_reservation, ta_c_tt_adjust_reservation, ta_c_tt_cancel_reservation, ta_c_tt_purchase_reservation,
  ta_c_tt_purchase_reservation_phone_authorized, ta_c_tt_load_voucher, ta_c_tt_collect_points
}
 

Typedef Documentation

◆ ta_e_transaction_type_t

Defines the type of transaction.

Used as attribute to classify the transaction in the <sixml:TrxDetail> field.

The following values are valid:

Specifications: retail, petrol, advancedRetail, banking, hospitality, valueAddedServices.

Enumeration Type Documentation

◆ ta_e_transaction_type

Defines the type of transaction.

Used as attribute to classify the transaction in the <sixml:TrxDetail> field.

The following values are valid:

Specifications: retail, petrol, advancedRetail, banking, hospitality, valueAddedServices.

Enumerator
ta_c_tt_undefined 

Undefined/invalid value.

ta_c_tt_purchase 

Sale transaction.

Specification: retail.

ta_c_tt_credit 

Credit transaction. (Refund)

Specification: retail.

ta_c_tt_reversal 

Reversal of a transaction.

Specification: retail.

ta_c_tt_pre_authorization 

PreAuthorization function.

Specification: petrol.

ta_c_tt_finalize_purchase 

Finalize purchase / Online advice function.

Specification: petrol.

ta_c_tt_cash_advance 

Cash advance function.

Specification: advancedRetail.

ta_c_tt_purchase_forced_acceptance 

Purchase function with forced acceptance function.

Specification: advancedRetail.

ta_c_tt_purchase_with_cashback 

Purchase function with cashback amount.

Specification: advancedRetail.

ta_c_tt_purchase_phone_authorized 

Purchase function phone authorized.

Specification: advancedRetail.

ta_c_tt_purchase_phone_ordered 

Purchase function phone ordered.

Specification: advancedRetail.

ta_c_tt_purchase_mail_ordered 

Purchase function mail ordered.

Specification: advancedRetail.

ta_c_tt_giro 

Giro

Specification: banking.

ta_c_tt_combined 

Combined

Specification: banking.

ta_c_tt_authorize_credit 

Authorize credit

Specification: banking.

ta_c_tt_authorize_deposit 

Authorize deposit

Specification: banking.

ta_c_tt_reservation 

Reservation function.

Specification: hospitality.

ta_c_tt_adjust_reservation 

Adjust reservation function.

Specification: hospitality.

ta_c_tt_cancel_reservation 

Cancel reservation function.

Specification: hospitality.

ta_c_tt_purchase_reservation 

Purchase reservation function.

Specification: hospitality.

ta_c_tt_purchase_reservation_phone_authorized 

Purchase reservation phone authorized function.

Specification: hospitality.

ta_c_tt_load_voucher 

Load Voucher.

Specification: valueAddedServices.

ta_c_tt_collect_points 

Collect Points

Specification: valueAddedServices.