PaymentMethodType constant

IriTerm const PaymentMethodType

IRI for schema:PaymentMethodType

The type of payment method, only for generic payment types, specific forms of payments, like card payment should be expressed using subclasses of PaymentMethod.

Implementation

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