class GoCardlessPro::Resources::InstalmentSchedule::Links

Public Class Methods

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

Public Instance Methods

customer() click to toggle source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 78
def customer
  @links['customer']
end
mandate() click to toggle source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 82
def mandate
  @links['mandate']
end
payments() click to toggle source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 86
def payments
  @links['payments']
end