Sha256: 8183062384c9da8ae29f65901e3b8f525778fc60a83d15394b2547585788de69
Contents?: true
Size: 796 Bytes
Versions: 6
Compression:
Stored size: 796 Bytes
Contents
module OpenActive module Models # # Error Use Case: The `orderedItem` and `acceptedOffer` combination specified are not bookable, as defined in the Open Booking API specification. # # 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 OpportunityOfferPairNotBookableError < ::OpenActive::Models::OpenBookingError # @!attribute type # @return [String] def type "OpportunityOfferPairNotBookableError" end # @return [String] define_property :name, as: "name", types: [ "string", ] # @return [int,nil] define_property :status_code, as: "statusCode", types: [ "int", "null", ] end end end
Version data entries
6 entries across 6 versions & 1 rubygems