require 'typesafe_enum' module OpenActive module Enums module Schema # A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.

# # Commonly used values:

# # # class PaymentMethod < TypesafeEnum::Base end end end end