Sha256: 0741ffc05f538325652275c5718ab075cb60341bffe078fb6c1d46b6e763cd84

Contents?: true

Size: 389 Bytes

Versions: 4

Compression:

Stored size: 389 Bytes

Contents

module Ebanx
  module Command
    class GetMerchantAmountBalanceByCountry < Command
      def initialize(params)
        @params         = params
        @request_method = :post
        @request_action = 'merchantSettlement/getAmountBalanceByCountry'
        @response_type  = :json
      end

      def validate
        validate_presence :country_abbreviation
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ebanx-1.3.5 lib/ebanx/command/get_merchant_amount_balance_by_country.rb
ebanx-1.3.4 lib/ebanx/command/get_merchant_amount_balance_by_country.rb
ebanx-1.3.3 lib/ebanx/command/get_merchant_amount_balance_by_country.rb
ebanx-1.3.2 lib/ebanx/command/get_merchant_amount_balance_by_country.rb