Class: QPay::PaymentCheckRow
- Inherits:
-
Struct
- Object
- Struct
- QPay::PaymentCheckRow
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#card_transactions ⇒ Object
Returns the value of attribute card_transactions.
-
#next_payment_date ⇒ Object
Returns the value of attribute next_payment_date.
-
#next_payment_datetime ⇒ Object
Returns the value of attribute next_payment_datetime.
-
#p2p_transactions ⇒ Object
Returns the value of attribute p2p_transactions.
-
#payment_amount ⇒ Object
Returns the value of attribute payment_amount.
-
#payment_currency ⇒ Object
Returns the value of attribute payment_currency.
-
#payment_id ⇒ Object
Returns the value of attribute payment_id.
-
#payment_status ⇒ Object
Returns the value of attribute payment_status.
-
#payment_type ⇒ Object
Returns the value of attribute payment_type.
-
#payment_wallet ⇒ Object
Returns the value of attribute payment_wallet.
-
#trx_fee ⇒ Object
Returns the value of attribute trx_fee.
Instance Attribute Details
#card_transactions ⇒ Object
Returns the value of attribute card_transactions
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def card_transactions @card_transactions end |
#next_payment_date ⇒ Object
Returns the value of attribute next_payment_date
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def next_payment_date @next_payment_date end |
#next_payment_datetime ⇒ Object
Returns the value of attribute next_payment_datetime
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def next_payment_datetime @next_payment_datetime end |
#p2p_transactions ⇒ Object
Returns the value of attribute p2p_transactions
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def p2p_transactions @p2p_transactions end |
#payment_amount ⇒ Object
Returns the value of attribute payment_amount
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_amount @payment_amount end |
#payment_currency ⇒ Object
Returns the value of attribute payment_currency
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_currency @payment_currency end |
#payment_id ⇒ Object
Returns the value of attribute payment_id
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_id @payment_id end |
#payment_status ⇒ Object
Returns the value of attribute payment_status
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_status @payment_status end |
#payment_type ⇒ Object
Returns the value of attribute payment_type
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_type @payment_type end |
#payment_wallet ⇒ Object
Returns the value of attribute payment_wallet
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def payment_wallet @payment_wallet end |
#trx_fee ⇒ Object
Returns the value of attribute trx_fee
121 122 123 |
# File 'lib/qpay/models.rb', line 121 def trx_fee @trx_fee end |