Class: EwayRapid::Models::SettlementSummary
- Inherits:
-
Object
- Object
- EwayRapid::Models::SettlementSummary
- Defined in:
- lib/eway_rapid/models/models.rb
Instance Attribute Summary collapse
-
#balance_per_card_type ⇒ Object
Returns the value of attribute balance_per_card_type.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
-
#total_balance ⇒ Object
Returns the value of attribute total_balance.
-
#total_credit ⇒ Object
Returns the value of attribute total_credit.
-
#total_debit ⇒ Object
Returns the value of attribute total_debit.
Instance Attribute Details
#balance_per_card_type ⇒ Object
Returns the value of attribute balance_per_card_type.
355 356 357 |
# File 'lib/eway_rapid/models/models.rb', line 355 def balance_per_card_type @balance_per_card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
350 351 352 |
# File 'lib/eway_rapid/models/models.rb', line 350 def currency @currency end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
351 352 353 |
# File 'lib/eway_rapid/models/models.rb', line 351 def currency_code @currency_code end |
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
349 350 351 |
# File 'lib/eway_rapid/models/models.rb', line 349 def settlement_id @settlement_id end |
#total_balance ⇒ Object
Returns the value of attribute total_balance.
354 355 356 |
# File 'lib/eway_rapid/models/models.rb', line 354 def total_balance @total_balance end |
#total_credit ⇒ Object
Returns the value of attribute total_credit.
352 353 354 |
# File 'lib/eway_rapid/models/models.rb', line 352 def total_credit @total_credit end |
#total_debit ⇒ Object
Returns the value of attribute total_debit.
353 354 355 |
# File 'lib/eway_rapid/models/models.rb', line 353 def total_debit @total_debit end |