inputInvoiceName property
An invoice from a link of the type internalLinkTypeInvoice
Implementation
InputInvoiceName? get inputInvoiceName {
if (this is InputInvoiceName) {
return this as InputInvoiceName;
}
return null;
}
An invoice from a link of the type internalLinkTypeInvoice
InputInvoiceName? get inputInvoiceName {
if (this is InputInvoiceName) {
return this as InputInvoiceName;
}
return null;
}