Sha256: eb4340ce1151bc2c45a8a800abfb21b5950505590fbbfd46eef2e6900f9f61bd

Contents?: true

Size: 822 Bytes

Versions: 6

Compression:

Stored size: 822 Bytes

Contents

module OpenActive
  module Models
    #
    # Error Use Case: The `totalPaymentDue` property of the submitted `Order` or `OrderProposal` does not match the value calculated for that `Order` or `OrderProposal` by the Booking System.
    #
    # 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 TotalPaymentDueMismatchError < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "TotalPaymentDueMismatchError"
      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/total_payment_due_mismatch_error.rb
openactive-0.4.0 lib/openactive/models/total_payment_due_mismatch_error.rb
openactive-0.3.0 lib/openactive/models/total_payment_due_mismatch_error.rb
openactive-0.2.2 lib/openactive/models/total_payment_due_mismatch_error.rb
openactive-0.2.1 lib/openactive/models/total_payment_due_mismatch_error.rb
openactive-0.2.0 lib/openactive/models/total_payment_due_mismatch_error.rb