EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
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 |
This structure represents the first track of a financial card.
char* account_number |
The account number on the card.
char* discretionary_data |
Any other vendor specific data stored on the card.
time_t expiration |
The expiration date on the card. This is the last moment the card is valid.
char* first_name |
The first name of the card holder.
char* last_name |
The last name of the card holder.
char* service_code |
The service code on the card.