Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionStripeFindCustomers

    interface FlowActionStripeFindCustomers {
        id: string;
        alias?: string;
        type: "STRIPE";
        action: "FIND_CUSTOMERS";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionStripeFindCustomersParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "STRIPE"
    action: "FIND_CUSTOMERS"
    allow_failure?: boolean
    mask_output?: boolean