partOfInvoice constant
IriTerm
const partOfInvoice
IRI for schema:partOfInvoice [Expects: https://schema.org/Invoice]
The order is being paid as part of the referenced Invoice.
Can be used on: https://schema.org/Order
Implementation
static const partOfInvoice = const IriTerm(
'https://schema.org/partOfInvoice',
);