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

    Interface Paymentterms

    interface Paymentterms {
        active: 0 | 1;
        created: DateContainer;
        default_terms: 0 | 1;
        id: number;
        name: string;
        notes?: string;
        updated: DateContainer;
    }
    Index

    Properties

    active: 0 | 1
    created: DateContainer
    default_terms: 0 | 1
    id: number
    name: string
    notes?: string
    updated: DateContainer