Mayson Monorepo Documentation
    Preparing search index...
    interface Card {
        cvc?: string;
        exp_month: number;
        exp_year: number;
        number: string;
    }
    Index

    Properties

    cvc?: string

    Card security code.

    exp_month: number

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

    exp_year: number

    Two- or four-digit number representing the card's expiration year.

    number: string

    The card number, as a string without any separators.