@theredspace/spp-client
    Preparing search index...

    Interface AccountingPeriod

    interface AccountingPeriod {
        active: "0" | "1";
        created: DateContainer;
        current_period: "0" | "1";
        default_period: "0" | "1";
        end_date: DateContainer;
        id: string;
        name: string;
        notes?: string;
        period_date: DateContainer;
        period_date_how: "S" | "E" | "P";
        start_date: DateContainer;
        updated: DateContainer;
    }
    Index

    Properties

    active: "0" | "1"
    created: DateContainer
    current_period: "0" | "1"
    default_period: "0" | "1"
    end_date: DateContainer
    id: string
    name: string
    notes?: string
    period_date: DateContainer
    period_date_how: "S" | "E" | "P"
    start_date: DateContainer
    updated: DateContainer