Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

CardType Property

The card type for which a Level 3 addendum will be created.

Syntax

[VB.NET]
Public Property CardType As Tsyshclevel3CardTypes

[C#]
public Tsyshclevel3CardTypes CardType {get; set;}

enum Tsyshclevel3CardTypes { hctVisa, hctMasterCard, hctAmericanExpress }

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.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0