acceptedPaymentMethod constant
acceptedPaymentMethod [Expects: http://schema.org/LoanOrCredit, http://schema.org/PaymentMethod, http://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: http://schema.org/Demand, http://schema.org/Offer, http://schema.org/Organization
Implementation
static const acceptedPaymentMethod = IriTerm.prevalidated(
'http://schema.org/acceptedPaymentMethod',
);