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