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.
395 396 397 |
# File 'lib/eway_rapid/models/models.rb', line 395 def balance_per_card_type @balance_per_card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
390 391 392 |
# File 'lib/eway_rapid/models/models.rb', line 390 def currency @currency end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
391 392 393 |
# File 'lib/eway_rapid/models/models.rb', line 391 def currency_code @currency_code end |
#settlement_id ⇒ Object
Returns the value of attribute settlement_id.
389 390 391 |
# File 'lib/eway_rapid/models/models.rb', line 389 def settlement_id @settlement_id end |
#total_balance ⇒ Object
Returns the value of attribute total_balance.
394 395 396 |
# File 'lib/eway_rapid/models/models.rb', line 394 def total_balance @total_balance end |
#total_credit ⇒ Object
Returns the value of attribute total_credit.
392 393 394 |
# File 'lib/eway_rapid/models/models.rb', line 392 def total_credit @total_credit end |
#total_debit ⇒ Object
Returns the value of attribute total_debit.
393 394 395 |
# File 'lib/eway_rapid/models/models.rb', line 393 def total_debit @total_debit end |