paymentMethodId constant

IriTerm const paymentMethodId

IRI for schemahttp:paymentMethodId [Expects: http://schema.org/Text]

An identifier for the method of payment used (e.g. the last 4 digits of the credit card).

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

Implementation

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