class GoCardlessPro::Resources::PayerAuthorisation::Links
Public Class Methods
new(links)
click to toggle source
# File lib/gocardless_pro/resources/payer_authorisation.rb, line 113 def initialize(links) @links = links || {} end
Public Instance Methods
bank_account()
click to toggle source
# File lib/gocardless_pro/resources/payer_authorisation.rb, line 117 def bank_account @links['bank_account'] end
customer()
click to toggle source
# File lib/gocardless_pro/resources/payer_authorisation.rb, line 121 def customer @links['customer'] end
mandate()
click to toggle source
# File lib/gocardless_pro/resources/payer_authorisation.rb, line 125 def mandate @links['mandate'] end