class GoCardlessPro::Resources::MandateImportEntry::Links
Public Class Methods
new(links)
click to toggle source
# File lib/gocardless_pro/resources/mandate_import_entry.rb, line 75 def initialize(links) @links = links || {} end
Public Instance Methods
customer()
click to toggle source
# File lib/gocardless_pro/resources/mandate_import_entry.rb, line 79 def customer @links['customer'] end
customer_bank_account()
click to toggle source
# File lib/gocardless_pro/resources/mandate_import_entry.rb, line 83 def customer_bank_account @links['customer_bank_account'] end
mandate()
click to toggle source
# File lib/gocardless_pro/resources/mandate_import_entry.rb, line 87 def mandate @links['mandate'] end
mandate_import()
click to toggle source
# File lib/gocardless_pro/resources/mandate_import_entry.rb, line 91 def mandate_import @links['mandate_import'] end