Mayson Monorepo Documentation
    Preparing search index...
    interface GeneratedFrom {
        charge: string | Stripe.Charge;
        setup_attempt: string | Stripe.SetupAttempt;
    }
    Index

    Properties

    charge: string | Stripe.Charge

    The ID of the Charge that generated this PaymentMethod, if any.

    setup_attempt: string | Stripe.SetupAttempt

    The ID of the SetupAttempt that generated this PaymentMethod, if any.