Sha256: 447f366c65d04c830e0ddf50c9b5bd8362d889d7dd57547d9d9621945cdc2f36
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
module OpenActive module Models # [NOTICE: This class is part of the Open Booking API Test Interface, and MUST NOT be used in production.] # This type is derived from https://schema.org/Action, which means that any of this type's properties within schema.org may also be used. class SellerRequestedCancellationWithMessageSimulateAction < ::OpenActive::Models::SellerRequestedCancellationSimulateAction # @!attribute type # @return [String] def type "test:SellerRequestedCancellationWithMessageSimulateAction" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openactive-0.2.0 | lib/openactive/models/seller_requested_cancellation_with_message_simulate_action.rb |