CardType Property
The card type for which a Level 3 addendum will be created.
Syntax
property CardType: Tibctsyshclevel3CardTypes;
Tibctsyshclevel3CardTypes = ( hctVisa, hctMasterCard, hctAmericanExpress );
Default Value
hctVisa
Remarks
The value of this property MUST correspond to the card used in the original authorization request (that is referenced by RetrievalNumber).
Valid values for this property include:
hctVisa (0) | Performs a Level 3 adjustment transaction for a Visa card. |
hctMasterCard (1) | Performs a Level 3 adjustment transaction for a MasterCard. |
hctAmericanExpress (2) | Performs a Level 3 adjustment transaction for an American Express card. |
Data Type
Integer