Class: Qonto::Model::Transaction
- Defined in:
- lib/qonto/model/transaction.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#emitted_at ⇒ Object
Returns the value of attribute emitted_at.
-
#label ⇒ Object
Returns the value of attribute label.
-
#local_amount ⇒ Object
Returns the value of attribute local_amount.
-
#local_amount_cents ⇒ Object
Returns the value of attribute local_amount_cents.
-
#local_currency ⇒ Object
Returns the value of attribute local_currency.
-
#note ⇒ Object
Returns the value of attribute note.
-
#operation_type ⇒ Object
Returns the value of attribute operation_type.
-
#settled_at ⇒ Object
Returns the value of attribute settled_at.
-
#side ⇒ Object
Returns the value of attribute side.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#vat_amount ⇒ Object
Returns the value of attribute vat_amount.
-
#vat_amount_cents ⇒ Object
Returns the value of attribute vat_amount_cents.
-
#vat_rate ⇒ Object
Returns the value of attribute vat_rate.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qonto::Model::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
4 5 6 |
# File 'lib/qonto/model/transaction.rb', line 4 def amount @amount end |
#amount_cents ⇒ Object
Returns the value of attribute amount_cents.
5 6 7 |
# File 'lib/qonto/model/transaction.rb', line 5 def amount_cents @amount_cents end |
#currency ⇒ Object
Returns the value of attribute currency.
6 7 8 |
# File 'lib/qonto/model/transaction.rb', line 6 def currency @currency end |
#emitted_at ⇒ Object
Returns the value of attribute emitted_at.
7 8 9 |
# File 'lib/qonto/model/transaction.rb', line 7 def emitted_at @emitted_at end |
#label ⇒ Object
Returns the value of attribute label.
8 9 10 |
# File 'lib/qonto/model/transaction.rb', line 8 def label @label end |
#local_amount ⇒ Object
Returns the value of attribute local_amount.
9 10 11 |
# File 'lib/qonto/model/transaction.rb', line 9 def local_amount @local_amount end |
#local_amount_cents ⇒ Object
Returns the value of attribute local_amount_cents.
10 11 12 |
# File 'lib/qonto/model/transaction.rb', line 10 def local_amount_cents @local_amount_cents end |
#local_currency ⇒ Object
Returns the value of attribute local_currency.
11 12 13 |
# File 'lib/qonto/model/transaction.rb', line 11 def local_currency @local_currency end |
#note ⇒ Object
Returns the value of attribute note.
12 13 14 |
# File 'lib/qonto/model/transaction.rb', line 12 def note @note end |
#operation_type ⇒ Object
Returns the value of attribute operation_type.
13 14 15 |
# File 'lib/qonto/model/transaction.rb', line 13 def operation_type @operation_type end |
#settled_at ⇒ Object
Returns the value of attribute settled_at.
14 15 16 |
# File 'lib/qonto/model/transaction.rb', line 14 def settled_at @settled_at end |
#side ⇒ Object
Returns the value of attribute side.
15 16 17 |
# File 'lib/qonto/model/transaction.rb', line 15 def side @side end |
#status ⇒ Object
Returns the value of attribute status.
16 17 18 |
# File 'lib/qonto/model/transaction.rb', line 16 def status @status end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
17 18 19 |
# File 'lib/qonto/model/transaction.rb', line 17 def transaction_id @transaction_id end |
#vat_amount ⇒ Object
Returns the value of attribute vat_amount.
18 19 20 |
# File 'lib/qonto/model/transaction.rb', line 18 def vat_amount @vat_amount end |
#vat_amount_cents ⇒ Object
Returns the value of attribute vat_amount_cents.
19 20 21 |
# File 'lib/qonto/model/transaction.rb', line 19 def vat_amount_cents @vat_amount_cents end |
#vat_rate ⇒ Object
Returns the value of attribute vat_rate.
20 21 22 |
# File 'lib/qonto/model/transaction.rb', line 20 def vat_rate @vat_rate end |