Class: QPay::P2PTransaction
- Inherits:
-
Struct
- Object
- Struct
- QPay::P2PTransaction
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#account_bank_code ⇒ Object
Returns the value of attribute account_bank_code.
-
#account_bank_name ⇒ Object
Returns the value of attribute account_bank_name.
-
#account_number ⇒ Object
Returns the value of attribute account_number.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#settlement_status ⇒ Object
Returns the value of attribute settlement_status.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transaction_bank_code ⇒ Object
Returns the value of attribute transaction_bank_code.
Instance Attribute Details
#account_bank_code ⇒ Object
Returns the value of attribute account_bank_code
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def account_bank_code @account_bank_code end |
#account_bank_name ⇒ Object
Returns the value of attribute account_bank_name
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def account_bank_name @account_bank_name end |
#account_number ⇒ Object
Returns the value of attribute account_number
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def account_number @account_number end |
#amount ⇒ Object
Returns the value of attribute amount
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def amount @amount end |
#currency ⇒ Object
Returns the value of attribute currency
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def currency @currency end |
#settlement_status ⇒ Object
Returns the value of attribute settlement_status
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def settlement_status @settlement_status end |
#status ⇒ Object
Returns the value of attribute status
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def status @status end |
#transaction_bank_code ⇒ Object
Returns the value of attribute transaction_bank_code
147 148 149 |
# File 'lib/qpay/models.rb', line 147 def transaction_bank_code @transaction_bank_code end |