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

    Properties

    id: string

    Unique identifier for the object.

    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 transaction 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.