Sha256: a0c35bbc2374abb93ca70f2a8694e0f308355fca7524bbae28e0ba913d81b03b

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

module Moneta
  module Api
    module Types
      # Тип, описывающий параметры операции в запросах в пакетном режиме.
      # Transaction parameters type for requests in batch processing mode.

      class PaymentBatchRequestType < BatchRequestType; end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
moneta-api-2.1.0 lib/moneta/api/types/payment_batch_request_type.rb
moneta-api-2.0.0 lib/moneta/api/types/payment_batch_request_type.rb
moneta-api-2.0.0.rc2 lib/moneta/api/types/payment_batch_request_type.rb
moneta-api-2.0.0.rc1 lib/moneta/api/types/payment_batch_request_type.rb
moneta-api-1.13.0 lib/moneta/api/types/payment_batch_request_type.rb