Class: GoCardlessPro::Resources::PayoutItem::Links

Inherits:
Object
  • Object
show all
Defined in:
lib/gocardless_pro/resources/payout_item.rb

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links



65
66
67
# File 'lib/gocardless_pro/resources/payout_item.rb', line 65

def initialize(links)
  @links = links || {}
end

Instance Method Details

#mandateObject



69
70
71
# File 'lib/gocardless_pro/resources/payout_item.rb', line 69

def mandate
  @links['mandate']
end

#paymentObject



73
74
75
# File 'lib/gocardless_pro/resources/payout_item.rb', line 73

def payment
  @links['payment']
end

#refundObject



77
78
79
# File 'lib/gocardless_pro/resources/payout_item.rb', line 77

def refund
  @links['refund']
end