Class: EwayRapid::Models::SettlementTransaction
- Inherits:
-
Object
- Object
- EwayRapid::Models::SettlementTransaction
- Defined in:
- lib/eway_rapid/models/models.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#eway_customer_id ⇒ Object
Returns the value of attribute eway_customer_id.
-
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
-
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
-
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
-
#txn_reference ⇒ Object
Returns the value of attribute txn_reference.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
374 375 376 |
# File 'lib/eway_rapid/models/models.rb', line 374 def amount @amount end |
#card_type ⇒ Object
Returns the value of attribute card_type.
373 374 375 |
# File 'lib/eway_rapid/models/models.rb', line 373 def card_type @card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
369 370 371 |
# File 'lib/eway_rapid/models/models.rb', line 369 def currency @currency end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
370 371 372 |
# File 'lib/eway_rapid/models/models.rb', line 370 def currency_code @currency_code end |
#eway_customer_id ⇒ Object
Returns the value of attribute eway_customer_id.
368 369 370 |
# File 'lib/eway_rapid/models/models.rb', line 368 def eway_customer_id @eway_customer_id end |
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
377 378 379 |
# File 'lib/eway_rapid/models/models.rb', line 377 def settlement_date @settlement_date end |
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
367 368 369 |
# File 'lib/eway_rapid/models/models.rb', line 367 def settlement_id @settlement_id end |
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
376 377 378 |
# File 'lib/eway_rapid/models/models.rb', line 376 def transaction_date @transaction_date end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
371 372 373 |
# File 'lib/eway_rapid/models/models.rb', line 371 def transaction_id @transaction_id end |
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
375 376 377 |
# File 'lib/eway_rapid/models/models.rb', line 375 def transaction_type @transaction_type end |
#txn_reference ⇒ Object
Returns the value of attribute txn_reference.
372 373 374 |
# File 'lib/eway_rapid/models/models.rb', line 372 def txn_reference @txn_reference end |