Mayson Monorepo Documentation
    Preparing search index...
    interface OwnershipRefresh {
        last_attempted_at: number;
        next_refresh_available_at: number;
        status: Stripe.FinancialConnections.Account.OwnershipRefresh.Status;
    }
    Index

    Properties

    last_attempted_at: number

    The time at which the last refresh attempt was initiated. Measured in seconds since the Unix epoch.

    next_refresh_available_at: number

    Time at which the next ownership refresh can be initiated. This value will be null when status is pending. Measured in seconds since the Unix epoch.

    The status of the last refresh attempt.