EasyScript C API  3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
scriptel_financial_track_one Struct Reference

This structure represents the first track of a financial card. More...

#include <scriptel-easyscript.h>

Data Fields

char * account_number
 
char * first_name
 
char * last_name
 
time_t expiration
 
char * service_code
 
char * discretionary_data
 

Detailed Description

This structure represents the first track of a financial card.

Field Documentation

◆ account_number

char* account_number

The account number on the card.

◆ discretionary_data

char* discretionary_data

Any other vendor specific data stored on the card.

◆ expiration

time_t expiration

The expiration date on the card. This is the last moment the card is valid.

◆ first_name

char* first_name

The first name of the card holder.

◆ last_name

char* last_name

The last name of the card holder.

◆ service_code

char* service_code

The service code on the card.


The documentation for this struct was generated from the following file: