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

This structure represents a financial card. More...

#include <scriptel-easyscript.h>

Collaboration diagram for scriptel_financial_card:

Data Fields

scriptel_financial_track_onetrack_one
 Track one of the financial card. More...
 
scriptel_financial_track_twotrack_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...
 

Detailed Description

This structure represents a financial card.

Field Documentation

◆ card_issuer

The issuer of the financial card.

◆ number_valid

char number_valid

Whether or not the card number is valid per Luhn's algorithm. 1 for valid, 0 for invalid.

◆ track_one

Track one of the financial card.

◆ track_two

Track two of the financial card.


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