class Ebanx::Command::TransferCommit
Public Class Methods
new(params)
click to toggle source
# File lib/ebanx/command/transfer_commit.rb, line 4 def initialize(params) @params = params @request_method = :post @request_action = 'transfer/commit' @response_type = :json end
Public Instance Methods
validate()
click to toggle source
# File lib/ebanx/command/transfer_commit.rb, line 11 def validate validate_presence_either [:transfer_code, :uid, :external_reference, :settlement_code] end