InputInvoiceName constructor
const
InputInvoiceName({
- required String name,
An invoice from a link of the type internalLinkTypeInvoice
Implementation
const InputInvoiceName({
required this.name,
});