4D Payments SDK 2016 .NET Edition

Questions / Feedback?

CardType Property

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

Syntax

public Fdmslevel2CardTypes CardType { get; set; }

enum Fdmslevel2CardTypes { fctUnknown, fctVisa, fctMasterCard, fctAmericanExpress }
Public Property CardType As Fdmslevel2CardTypes

Enum Fdmslevel2CardTypes fctUnknown fctVisa fctMasterCard fctAmericanExpress End Enum

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:

fctVisa (1)Creates a Group 22 addendum for Visa or MasterCards.
fctMasterCard (2)Creates a Group 22 addendum for Visa or MasterCards.
fctAmericanExpress (3)Creates a Group 21 addendum for American Express cards (NOTE: American Express is not available for Level 3).

Copyright (c) 2021 4D Payments Inc. - All rights reserved.
4D Payments SDK 2016 .NET Edition - Version 16.0 [Build 8017]