class Bygpay::Withdrawals

Public Instance Methods

sendmoney() click to toggle source
# File lib/bygpay/withdrawals.rb, line 5
def sendmoney; end
transaction_status(uuid) click to toggle source

Return deposit transaction status

# File lib/bygpay/withdrawals.rb, line 8
def transaction_status(uuid)
  get_status(withdraw_status_endpoint, uuid)
end