Sha256: 00191a43dd860027cdaa34bd55ce80adf2e016ec1faf67ce30d063aae47b735d

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

module OpenActive
  module Models
    class IncompletePaymentDetailsError < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "IncompletePaymentDetailsError"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.1.1 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.1.0 lib/openactive/models/incomplete_payment_details_error.rb
openactive-0.1.0.rc1 lib/openactive/models/incomplete_payment_details_error.rb