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.
414 415 416 |
# File 'lib/eway_rapid/models/models.rb', line 414 def amount @amount end |
#card_type ⇒ Object
Returns the value of attribute card_type.
413 414 415 |
# File 'lib/eway_rapid/models/models.rb', line 413 def card_type @card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
409 410 411 |
# File 'lib/eway_rapid/models/models.rb', line 409 def currency @currency end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
410 411 412 |
# File 'lib/eway_rapid/models/models.rb', line 410 def currency_code @currency_code end |
#eway_customer_id ⇒ Object
Returns the value of attribute eway_customer_id.
408 409 410 |
# File 'lib/eway_rapid/models/models.rb', line 408 def eway_customer_id @eway_customer_id end |
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
417 418 419 |
# File 'lib/eway_rapid/models/models.rb', line 417 def settlement_date @settlement_date end |
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
407 408 409 |
# File 'lib/eway_rapid/models/models.rb', line 407 def settlement_id @settlement_id end |
#transaction_date ⇒ Object
Returns the value of attribute transaction_date.
416 417 418 |
# File 'lib/eway_rapid/models/models.rb', line 416 def transaction_date @transaction_date end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
411 412 413 |
# File 'lib/eway_rapid/models/models.rb', line 411 def transaction_id @transaction_id end |
#transaction_type ⇒ Object
Returns the value of attribute transaction_type.
415 416 417 |
# File 'lib/eway_rapid/models/models.rb', line 415 def transaction_type @transaction_type end |
#txn_reference ⇒ Object
Returns the value of attribute txn_reference.
412 413 414 |
# File 'lib/eway_rapid/models/models.rb', line 412 def txn_reference @txn_reference end |