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

    Interface Payment

    interface Payment {
        bulk_paymentid?: string;
        created: DateContainer;
        currency: string;
        customerid?: string;
        date: DateContainer;
        externalid?: string;
        id: string;
        invoice_number?: string;
        invoiceid: string;
        notes?: string;
        total: number;
        updated: DateContainer;
    }
    Index

    Properties

    bulk_paymentid?: string
    created: DateContainer
    currency: string
    customerid?: string
    externalid?: string
    id: string
    invoice_number?: string
    invoiceid: string
    notes?: string
    total: number
    updated: DateContainer