paymentStatus constant

IriTerm const paymentStatus

IRI for schemahttp:paymentStatus [Expects: http://schema.org/PaymentStatusType, http://schema.org/Text]

The status of payment; whether the invoice has been paid or not.

Can be used on: http://schema.org/Invoice

Implementation

static const paymentStatus = IriTerm.prevalidated(
  'http://schema.org/paymentStatus',
);