inputInvoiceName property

InputInvoiceName? inputInvoiceName

An invoice from a link of the type internalLinkTypeInvoice

Implementation

InputInvoiceName? get inputInvoiceName {
  if (this is InputInvoiceName) {
    return this as InputInvoiceName;
  }
  return null;
}