Sha256: 033c07b6a1ae44283c2da078c27b702a69792a30bb133381dfd3626007d7db95

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

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

      def validate
        validate_presence :country_abbreviation
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ebanx-1.3.1 lib/ebanx/command/get_merchant_amount_balance_by_country.rb