Mayson Monorepo Documentation
    Preparing search index...
    interface Card {
        brand: string;
        country: string;
        exp_month: number;
        exp_year: number;
        funding: string;
        last4: string;
    }
    Index

    Properties

    brand: string

    Card brand. Can be amex, cartes_bancaires, diners, discover, eftpos_au, jcb, link, mastercard, unionpay, visa or unknown.

    country: string

    Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.

    exp_month: number

    Two-digit number representing the card's expiration month.

    exp_year: number

    Four-digit number representing the card's expiration year.

    funding: string

    Card funding type. Can be credit, debit, prepaid, or unknown.

    last4: string

    The last four digits of the card.