Interface InvoiceDetailsDto

interface InvoiceDetailsDto {
    agreementId?: string;
    buyerReference?: string;
    date?: string;
    freeText?: string;
    itemization?: string[];
    number?: string;
    orderDate?: string;
    orderId?: string;
    ordererName?: string;
    periodForComplaints?: number;
    salesPerson?: string;
    title?: string;
}

Properties

agreementId?: string
buyerReference?: string
date?: string
freeText?: string
itemization?: string[]
number?: string
orderDate?: string
orderId?: string
ordererName?: string
periodForComplaints?: number
salesPerson?: string
title?: string