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