DINERS_CLUB constant

int const DINERS_CLUB

Implementation

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