Mayson Monorepo Documentation
    Preparing search index...
    interface Card {
        exp_month?: number;
        exp_year?: number;
        networks?: Stripe.PaymentMethodUpdateParams.Card.Networks;
    }
    Index

    Properties

    exp_month?: number

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

    exp_year?: number

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

    Contains information about card networks used to process the payment.