Class: EwayRapid::Models::SettlementSearch
- Inherits:
-
Object
- Object
- EwayRapid::Models::SettlementSearch
- Defined in:
- lib/eway_rapid/models/models.rb
Instance Attribute Summary collapse
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#page ⇒ Object
Returns the value of attribute page.
-
#page_size ⇒ Object
Returns the value of attribute page_size.
-
#report_mode ⇒ Object
Returns the value of attribute report_mode.
-
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#card_type ⇒ Object
Returns the value of attribute card_type.
382 383 384 |
# File 'lib/eway_rapid/models/models.rb', line 382 def card_type @card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
383 384 385 |
# File 'lib/eway_rapid/models/models.rb', line 383 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
381 382 383 |
# File 'lib/eway_rapid/models/models.rb', line 381 def end_date @end_date end |
#page ⇒ Object
Returns the value of attribute page.
384 385 386 |
# File 'lib/eway_rapid/models/models.rb', line 384 def page @page end |
#page_size ⇒ Object
Returns the value of attribute page_size.
385 386 387 |
# File 'lib/eway_rapid/models/models.rb', line 385 def page_size @page_size end |
#report_mode ⇒ Object
Returns the value of attribute report_mode.
378 379 380 |
# File 'lib/eway_rapid/models/models.rb', line 378 def report_mode @report_mode end |
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
379 380 381 |
# File 'lib/eway_rapid/models/models.rb', line 379 def settlement_date @settlement_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
380 381 382 |
# File 'lib/eway_rapid/models/models.rb', line 380 def start_date @start_date end |