paymentMethodId constant
IriTerm
const paymentMethodId
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 = const IriTerm(
'http://schema.org/paymentMethodId',
);