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

Returns a new instance of Links.



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

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

Instance Method Details

#mandateObject



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

def mandate
  @links['mandate']
end

#paymentObject



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

def payment
  @links['payment']
end

#refundObject



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

def refund
  @links['refund']
end