VISA constant

int const VISA

Implementation

static const int ANY = 0,
    VISA = 1,
    MASTER_CARD = 2,
    DINERS_CLUB = 4,
    AMERICAN_EXPRESS = 5;