Sha256: 9ec18e1a50249cc8873a615c41024399cd42f8c5716953c5aaa319da90d1bb9e

Contents?: true

Size: 723 Bytes

Versions: 6

Compression:

Stored size: 723 Bytes

Contents

module OpenActive
  module Models
    #
    # Error Use Case: The `payment` property of the `Order` does not include `identifier`.
    #
    # 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 IncompletePaymentDetailsError < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "IncompletePaymentDetailsError"
      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/incomplete_payment_details_error.rb
openactive-0.4.0 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.3.0 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.2.2 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.2.1 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.2.0 lib/openactive/models/incomplete_payment_details_error.rb