Success.

GetInvoicesDocumentResponse

interface GetInvoicesDocumentResponse {
    invoicesDocument?: InvoicesDocument;
}

Properties

invoicesDocument?: InvoicesDocument

GetInvoicesDocumentResponse