Interface InputInvoiceName

An invoice from a link of the type internalLinkTypeInvoice. Subtype of InputInvoice.

interface InputInvoiceName {
    @type: "inputInvoiceName";
    name: string;
}

Properties

Properties

@type: "inputInvoiceName"
name: string

Name of the invoice.