acceptedPaymentMethod constant
IRI for schema:acceptedPaymentMethod [Expects: https://schema.org/LoanOrCredit, https://schema.org/PaymentMethod, https://schema.org/Text]
The payment method(s) that are accepted in general by an organization, or for some specific demand or offer.
Can be used on: https://schema.org/Demand, https://schema.org/Offer, https://schema.org/Organization
Implementation
static const acceptedPaymentMethod = IriTerm.prevalidated(
'https://schema.org/acceptedPaymentMethod',
);