Sha256: 0f491521473fda12d50d4d57ec439648a99e8b465ab1d426a5aebc5993040902
Contents?: true
Size: 762 Bytes
Versions: 6
Compression:
Stored size: 762 Bytes
Contents
module OpenActive module Models # # Error Use Case: The `orderItemIntakeFormResponse` contains invalid fields that do not match those specified by the `orderItemIntakeForm`. # # 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 InvalidIntakeFormError < ::OpenActive::Models::OpenBookingError # @!attribute type # @return [String] def type "InvalidIntakeFormError" 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