class GoCardlessPro::Resources::Payout::Links

Public Class Methods

new(links) click to toggle source
# File lib/gocardless_pro/resources/payout.rb, line 71
def initialize(links)
  @links = links || {}
end

Public Instance Methods

creditor() click to toggle source
# File lib/gocardless_pro/resources/payout.rb, line 75
def creditor
  @links['creditor']
end
creditor_bank_account() click to toggle source
# File lib/gocardless_pro/resources/payout.rb, line 79
def creditor_bank_account
  @links['creditor_bank_account']
end