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

    Properties

    brand: string

    Brand of the card used in the transaction

    country: string

    Two-letter ISO code representing the country of the card

    exp_month: number

    Two digit number representing the card's expiration month

    exp_year: number

    Two digit number representing the card's expiration year

    last4: string

    The last 4 digits of the card