EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents a financial card. More...
#include <scriptel-easyscript.h>
Data Fields | |
scriptel_financial_track_one * | track_one |
Track one of the financial card. More... | |
scriptel_financial_track_two * | track_two |
Track two of the financial card. More... | |
scriptel_financial_card_vendor | card_issuer |
The issuer of the financial card. More... | |
char | number_valid |
Whether or not the card number is valid per Luhn's algorithm. 1 for valid, 0 for invalid. More... | |
This structure represents a financial card.
scriptel_financial_card_vendor card_issuer |
The issuer of the financial card.
char number_valid |
Whether or not the card number is valid per Luhn's algorithm. 1 for valid, 0 for invalid.
scriptel_financial_track_one* track_one |
Track one of the financial card.
scriptel_financial_track_two* track_two |
Track two of the financial card.