class Ebanx::Command::GetMerchantAmountBalanceByCountry
Public Class Methods
new(params)
click to toggle source
# File lib/ebanx/command/get_merchant_amount_balance_by_country.rb, line 4 def initialize(params) @params = params @request_method = :post @request_action = 'merchantSettlement/getAmountBalanceByCountry' @response_type = :json end
Public Instance Methods
validate()
click to toggle source
# File lib/ebanx/command/get_merchant_amount_balance_by_country.rb, line 11 def validate validate_presence :country_abbreviation end