Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentMethod Class / IsCreditCard Method
In This Topic
    IsCreditCard Method
    In This Topic
    Indicates whether this method is recognized as a major debit or credit card.
    Syntax
    public virtual bool IsCreditCard()

    Return Value

    True if the payment instrument is a major debit or credit card. False otherwise.
    Remarks
    Instruments recognized as credit cards: American Express, Diner's Club, Discover, JCB, MasterCard, Visa
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also