Mayson Monorepo Documentation
    Preparing search index...
    interface CollectConfig {
        enable_customer_cancellation?: boolean;
        skip_tipping?: boolean;
        tipping?: Stripe.Terminal.Reader.Action.CollectPaymentMethod.CollectConfig.Tipping;
    }
    Index

    Properties

    enable_customer_cancellation?: boolean

    Enable customer-initiated cancellation when processing this payment.

    skip_tipping?: boolean

    Override showing a tipping selection screen on this transaction.

    Represents a per-transaction tipping configuration