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

    Properties

    charge: string

    The charge that created this object.

    Transaction-specific details of the payment method used in the payment.

    setup_attempt: string | Stripe.SetupAttempt

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