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.
342 343 344 |
# File 'lib/eway_rapid/models/models.rb', line 342 def card_type @card_type end |
#currency ⇒ Object
Returns the value of attribute currency.
343 344 345 |
# File 'lib/eway_rapid/models/models.rb', line 343 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
341 342 343 |
# File 'lib/eway_rapid/models/models.rb', line 341 def end_date @end_date end |
#page ⇒ Object
Returns the value of attribute page.
344 345 346 |
# File 'lib/eway_rapid/models/models.rb', line 344 def page @page end |
#page_size ⇒ Object
Returns the value of attribute page_size.
345 346 347 |
# File 'lib/eway_rapid/models/models.rb', line 345 def page_size @page_size end |
#report_mode ⇒ Object
Returns the value of attribute report_mode.
338 339 340 |
# File 'lib/eway_rapid/models/models.rb', line 338 def report_mode @report_mode end |
#settlement_date ⇒ Object
Returns the value of attribute settlement_date.
339 340 341 |
# File 'lib/eway_rapid/models/models.rb', line 339 def settlement_date @settlement_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
340 341 342 |
# File 'lib/eway_rapid/models/models.rb', line 340 def start_date @start_date end |