ao-js-sdk - v0.0.9
    Preparing search index...

    Interface GetCreditNoticesForPeriodParams

    Parameters for retrieving credit notices from a process for a specific time period

    interface GetCreditNoticesForPeriodParams {
        fromDate: Date;
        toDate: Date;
        tokenProcessId: string;
    }
    Index

    Properties

    fromDate: Date

    Start date for the period

    toDate: Date

    End date for the period

    tokenProcessId: string

    The token process ID to get credit notices from