paymentMethodId constant

IriTerm const paymentMethodId

IRI for schema:paymentMethodId [Expects: https://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: https://schema.org/Invoice, https://schema.org/Order

Implementation

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