Sha256: 5447e0381766cb9616e63221884a4e23e2577efae69db5ebeab065dab884a006
Contents?: true
Size: 328 Bytes
Versions: 2
Compression:
Stored size: 328 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ebanx-1.3.1 | lib/ebanx/command/get_merchant_settlement_info.rb |
ebanx-1.3.0 | lib/ebanx/command/get_merchant_settlement_info.rb |