@stripe/stripe-terminal-react-native

    Type Alias CreateSetupIntentParams

    type CreateSetupIntentParams = {
        customer?: string;
        description?: string;
        metadata?: Record<string, string>;
        onBehalfOf?: string;
        paymentMethodTypes?: string[];
        usage?: string;
    }
    Index

    Properties

    customer?: string
    description?: string
    metadata?: Record<string, string>
    onBehalfOf?: string
    paymentMethodTypes?: string[]
    usage?: string
    MMNEPVFCICPMFPCPTTAAATR