Sha256: 4e5ab788de27fa61763d94f29455e7efa638a7e2c12fad500cf6108bc202e30d
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 Bytes
Contents
module OpenActive module Models # This type is derived from https://schema.org/Thing, which means that any of this type's properties within schema.org may also be used. class DynamicPayment < ::OpenActive::Models::Payment # @!attribute type # @return [String] def type "DynamicPayment" end end end end
Version data entries
6 entries across 6 versions & 1 rubygems