InputInvoiceName constructor

const InputInvoiceName({
  1. required String name,
})

An invoice from a link of the type internalLinkTypeInvoice

Implementation

const InputInvoiceName({
  required this.name,
});