Class: K2ConnectRuby::K2Services::Payloads::Transactions::OutgoingPayment
- Inherits:
-
OutgoingTransaction
- Object
- K2Transaction
- CommonPayment
- OutgoingTransaction
- K2ConnectRuby::K2Services::Payloads::Transactions::OutgoingPayment
- Defined in:
- lib/k2-connect-ruby/k2_services/payloads/transactions/outgoing_payment.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#transaction_reference ⇒ Object
readonly
Returns the value of attribute transaction_reference.
Attributes inherited from OutgoingTransaction
#created_at, #total_value, #transfer_batches
Attributes inherited from CommonPayment
Attributes inherited from K2Transaction
#callback_url, #id, #links_self, #metadata, #type
Instance Method Summary collapse
-
#initialize(payload) ⇒ OutgoingPayment
constructor
A new instance of OutgoingPayment.
Constructor Details
#initialize(payload) ⇒ OutgoingPayment
Returns a new instance of OutgoingPayment.
9 10 11 |
# File 'lib/k2-connect-ruby/k2_services/payloads/transactions/outgoing_payment.rb', line 9 def initialize(payload) super end |
Instance Attribute Details
#destination ⇒ Object (readonly)
Returns the value of attribute destination.
6 7 8 |
# File 'lib/k2-connect-ruby/k2_services/payloads/transactions/outgoing_payment.rb', line 6 def destination @destination end |
#transaction_reference ⇒ Object (readonly)
Returns the value of attribute transaction_reference.
6 7 8 |
# File 'lib/k2-connect-ruby/k2_services/payloads/transactions/outgoing_payment.rb', line 6 def transaction_reference @transaction_reference end |