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

    Interface FlowActionStripeDeleteTaxId

    interface FlowActionStripeDeleteTaxId {
        id: string;
        alias?: string;
        type: "STRIPE";
        action: "DELETE_TAX_ID";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionStripeDeleteTaxIdParams;
    }
    Index

    Properties

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