Interface InternalLinkTypeInvoice

The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link. Subtype of InternalLinkType.

interface InternalLinkTypeInvoice {
    @type: "internalLinkTypeInvoice";
    invoice_name: string;
}

Properties

Properties

@type: "internalLinkTypeInvoice"
invoice_name: string

Name of the invoice.