class GoCardlessPro::Resources::TransferredMandate::Links
Public Class Methods
Source
# File lib/gocardless_pro/resources/transferred_mandate.rb, line 44 def initialize(links) @links = links || {} end
Public Instance Methods
Source
# File lib/gocardless_pro/resources/transferred_mandate.rb, line 48 def customer_bank_account @links['customer_bank_account'] end
Source
# File lib/gocardless_pro/resources/transferred_mandate.rb, line 52 def mandate @links['mandate'] end