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

    Interface FlowActionStripeUpdateCustomer

    interface FlowActionStripeUpdateCustomer {
        id: string;
        alias?: string;
        type: "STRIPE";
        action: "UPDATE_CUSTOMER";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionStripeUpdateCustomerParams;
    }
    Index

    Properties

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