Sha256: 19fb1ca154e701dcc6c47e57a1b1143536e195e8256d5261655876253a06f0bc
Contents?: true
Size: 329 Bytes
Versions: 4
Compression:
Stored size: 329 Bytes
Contents
module Ebanx module Command class GetMerchantSettlementInfo < Command def initialize(params) @params = params @request_method = :get @request_action = 'merchantSettlement/getBalanceInformations' @response_type = :json end def validate end end end end
Version data entries
4 entries across 4 versions & 1 rubygems