lib/openactive/enums/schema/payment_method.rb in openactive-0.1.2 vs lib/openactive/enums/schema/payment_method.rb in openactive-0.2.0
- old
+ new
@@ -1,24 +1,10 @@
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.<br/><br/>
- #
- # Commonly used values:<br/><br/>
- #
- # <ul>
- # <li>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</li>
- # <li>http://purl.org/goodrelations/v1#ByInvoice</li>
- # <li>http://purl.org/goodrelations/v1#Cash</li>
- # <li>http://purl.org/goodrelations/v1#CheckInAdvance</li>
- # <li>http://purl.org/goodrelations/v1#COD</li>
- # <li>http://purl.org/goodrelations/v1#DirectDebit</li>
- # <li>http://purl.org/goodrelations/v1#GoogleCheckout</li>
- # <li>http://purl.org/goodrelations/v1#PayPal</li>
- # <li>http://purl.org/goodrelations/v1#PaySwarm</li>
- # </ul>
+ # 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.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\n* http://purl.org/goodrelations/v1#ByInvoice\n* http://purl.org/goodrelations/v1#Cash\n* http://purl.org/goodrelations/v1#CheckInAdvance\n* http://purl.org/goodrelations/v1#COD\n* http://purl.org/goodrelations/v1#DirectDebit\n* http://purl.org/goodrelations/v1#GoogleCheckout\n* http://purl.org/goodrelations/v1#PayPal\n* http://purl.org/goodrelations/v1#PaySwarm
#
class PaymentMethod < TypesafeEnum::Base
end
end
end