CardType Property
The card type for which a Level2 or Level3 addendum will be created.
Syntax
__property TibcTSYSLevel2CardTypes CardType = {read=FCardType, write=FSetCardType, default=0};
enum TibcTSYSLevel2CardTypes { tctVisa=0, tctMasterCard=1, tctAmericanExpress=2 };
Default Value
0
Remarks
The value of this property MUST correspond to the card number that is to be settled in the detail record (to which this addendum is associated). Valid values for this property include:
tctVisa (0) | Creates a Group 22 addendum for Visa or MasterCards. |
tctMasterCard (1) | Creates a Group 22 addendum for Visa or MasterCards. |
tctAmericanExpress (2) | Creates a Group 21 addendum for American Express cards (NOTE: American Express is not available for Level3). |
Data Type
Integer