class GoCardlessPro::Resources::PayoutItem::Links

Public Class Methods

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

Public Instance Methods

mandate() click to toggle source
# File lib/gocardless_pro/resources/payout_item.rb, line 69
def mandate
  @links['mandate']
end
payment() click to toggle source
# File lib/gocardless_pro/resources/payout_item.rb, line 73
def payment
  @links['payment']
end
refund() click to toggle source
# File lib/gocardless_pro/resources/payout_item.rb, line 77
def refund
  @links['refund']
end