class Adyen::Marketpay::Fund

Constants

DEFAULT_VERSION

Attributes

version[RW]

Public Class Methods

new(client, version = DEFAULT_VERSION) click to toggle source
Calls superclass method
# File lib/adyen/services/marketpay.rb, line 64
def initialize(client, version = DEFAULT_VERSION)
  service = 'Fund'
  method_names = [
    :payout_account_holder,
    :account_holder_balance,
    :account_holder_transaction_list,
    :refund_not_paid_out_transfers,
    :setup_beneficiary,
    :transfer_funds,
    :refund_funds_transfer
  ]

  super(client, version, service, method_names)
end