Sha256: 67d4bdd4e4facc0fb892174b3efd9816da567a686318b5aea57f8e448b7e5826

Contents?: true

Size: 765 Bytes

Versions: 6

Compression:

Stored size: 765 Bytes

Contents

module OpenActive
  module Models
    #
    # Error Use Case: The Order UUID for at least one provided `OrderItem` does not match the Order UUID of the `Order` being PATCHed.
    #
    # 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 OrderItemNotWithinOrderError < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "OrderItemNotWithinOrderError"
      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

Version Path
openactive-0.5.0 lib/openactive/models/order_item_not_within_order_error.rb
openactive-0.4.0 lib/openactive/models/order_item_not_within_order_error.rb
openactive-0.3.0 lib/openactive/models/order_item_not_within_order_error.rb
openactive-0.2.2 lib/openactive/models/order_item_not_within_order_error.rb
openactive-0.2.1 lib/openactive/models/order_item_not_within_order_error.rb
openactive-0.2.0 lib/openactive/models/order_item_not_within_order_error.rb