class GoCardlessPro::Resources::Mandate::Links
Public Class Methods
Source
# File lib/gocardless_pro/resources/mandate.rb, line 60 def initialize(links) @links = links || {} end
Public Instance Methods
Source
# File lib/gocardless_pro/resources/mandate.rb, line 64 def creditor @links['creditor'] end
Source
# File lib/gocardless_pro/resources/mandate.rb, line 68 def customer @links['customer'] end
Source
# File lib/gocardless_pro/resources/mandate.rb, line 72 def customer_bank_account @links['customer_bank_account'] end
Source
# File lib/gocardless_pro/resources/mandate.rb, line 76 def new_mandate @links['new_mandate'] end