Method: Ebanx::Command::PayoutCancel#initialize
- Defined in:
- lib/ebanx/command/payout_cancel.rb
#initialize(params) ⇒ PayoutCancel
Returns a new instance of PayoutCancel.
4 5 6 7 8 9 |
# File 'lib/ebanx/command/payout_cancel.rb', line 4 def initialize(params) @params = params @request_method = :post @request_action = 'payout/cancel' @response_type = :json end |