Class: Qonto::Model::Transaction

Inherits:
Base
  • Object
show all
Defined in:
lib/qonto/model/transaction.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Qonto::Model::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/qonto/model/transaction.rb', line 4

def amount
  @amount
end

#amount_centsObject

Returns the value of attribute amount_cents.



5
6
7
# File 'lib/qonto/model/transaction.rb', line 5

def amount_cents
  @amount_cents
end

#currencyObject

Returns the value of attribute currency.



6
7
8
# File 'lib/qonto/model/transaction.rb', line 6

def currency
  @currency
end

#emitted_atObject

Returns the value of attribute emitted_at.



7
8
9
# File 'lib/qonto/model/transaction.rb', line 7

def emitted_at
  @emitted_at
end

#labelObject

Returns the value of attribute label.



8
9
10
# File 'lib/qonto/model/transaction.rb', line 8

def label
  @label
end

#local_amountObject

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_centsObject

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_currencyObject

Returns the value of attribute local_currency.



11
12
13
# File 'lib/qonto/model/transaction.rb', line 11

def local_currency
  @local_currency
end

#noteObject

Returns the value of attribute note.



12
13
14
# File 'lib/qonto/model/transaction.rb', line 12

def note
  @note
end

#operation_typeObject

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_atObject

Returns the value of attribute settled_at.



14
15
16
# File 'lib/qonto/model/transaction.rb', line 14

def settled_at
  @settled_at
end

#sideObject

Returns the value of attribute side.



15
16
17
# File 'lib/qonto/model/transaction.rb', line 15

def side
  @side
end

#statusObject

Returns the value of attribute status.



16
17
18
# File 'lib/qonto/model/transaction.rb', line 16

def status
  @status
end

#transaction_idObject

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_amountObject

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_centsObject

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_rateObject

Returns the value of attribute vat_rate.



20
21
22
# File 'lib/qonto/model/transaction.rb', line 20

def vat_rate
  @vat_rate
end