Class: QPay::CardTransaction
- Inherits:
-
Struct
- Object
- Struct
- QPay::CardTransaction
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#card_merchant_code ⇒ Object
Returns the value of attribute card_merchant_code.
-
#card_number ⇒ Object
Returns the value of attribute card_number.
-
#card_terminal_code ⇒ Object
Returns the value of attribute card_terminal_code.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#date ⇒ Object
Returns the value of attribute date.
-
#is_cross_border ⇒ Object
Returns the value of attribute is_cross_border.
-
#settlement_status ⇒ Object
Returns the value of attribute settlement_status.
-
#settlement_status_date ⇒ Object
Returns the value of attribute settlement_status_date.
-
#status ⇒ Object
Returns the value of attribute status.
-
#transaction_amount ⇒ Object
Returns the value of attribute transaction_amount.
-
#transaction_currency ⇒ Object
Returns the value of attribute transaction_currency.
-
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
-
#transaction_status ⇒ Object
Returns the value of attribute transaction_status.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def amount @amount end |
#card_merchant_code ⇒ Object
Returns the value of attribute card_merchant_code
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def card_merchant_code @card_merchant_code end |
#card_number ⇒ Object
Returns the value of attribute card_number
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def card_number @card_number end |
#card_terminal_code ⇒ Object
Returns the value of attribute card_terminal_code
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def card_terminal_code @card_terminal_code end |
#card_type ⇒ Object
Returns the value of attribute card_type
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def card_type @card_type end |
#currency ⇒ Object
Returns the value of attribute currency
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def currency @currency end |
#date ⇒ Object
Returns the value of attribute date
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def date @date end |
#is_cross_border ⇒ Object
Returns the value of attribute is_cross_border
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def is_cross_border @is_cross_border end |
#settlement_status ⇒ Object
Returns the value of attribute settlement_status
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def settlement_status @settlement_status end |
#settlement_status_date ⇒ Object
Returns the value of attribute settlement_status_date
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def settlement_status_date @settlement_status_date end |
#status ⇒ Object
Returns the value of attribute status
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def status @status end |
#transaction_amount ⇒ Object
Returns the value of attribute transaction_amount
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def transaction_amount @transaction_amount end |
#transaction_currency ⇒ Object
Returns the value of attribute transaction_currency
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def transaction_currency @transaction_currency end |
#transaction_date ⇒ Object
Returns the value of attribute transaction_date
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def transaction_date @transaction_date end |
#transaction_status ⇒ Object
Returns the value of attribute transaction_status
138 139 140 |
# File 'lib/qpay/models.rb', line 138 def transaction_status @transaction_status end |