Mayson Monorepo Documentation
    Preparing search index...
    interface ProcessSetupIntent {
        generated_card?: string;
        process_config?: Stripe.Terminal.Reader.Action.ProcessSetupIntent.ProcessConfig;
        setup_intent: string | Stripe.SetupIntent;
    }
    Index

    Properties

    generated_card?: string

    ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod.

    Represents a per-setup override of a reader configuration

    setup_intent: string | Stripe.SetupIntent

    Most recent SetupIntent processed by the reader.