Class: GoCardlessPro::Resources::OutboundPaymentImportEntry::Links

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

Instance Method Summary collapse

Constructor Details

#initialize(links) ⇒ Links

Returns a new instance of Links.



59
60
61
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 59

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

Instance Method Details

#outbound_paymentObject



63
64
65
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 63

def outbound_payment
  @links['outbound_payment']
end

#outbound_payment_importObject



67
68
69
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 67

def outbound_payment_import
  @links['outbound_payment_import']
end

#recipient_bank_accountObject



71
72
73
# File 'lib/gocardless_pro/resources/outbound_payment_import_entry.rb', line 71

def 
  @links['recipient_bank_account']
end