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

    Interface FlowActionStripeAddress

    This file was auto-generated by Fern from our API Definition.

    interface FlowActionStripeAddress {
        line1?: string;
        line2?: string;
        postalCode?: string;
        city?: string;
        state?: string;
        country?: string;
    }
    Index

    Properties

    line1?: string
    line2?: string
    postalCode?: string
    city?: string
    state?: string
    country?: string