class GoCardlessPro::Resources::InstalmentSchedule::Links
Public Class Methods
Source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 65 def initialize(links) @links = links || {} end
Public Instance Methods
Source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 69 def customer @links['customer'] end
Source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 73 def mandate @links['mandate'] end
Source
# File lib/gocardless_pro/resources/instalment_schedule.rb, line 77 def payments @links['payments'] end