Class: CheckoutSdk::Reports::ReportsQuery
- Inherits:
-
Object
- Object
- CheckoutSdk::Reports::ReportsQuery
- Defined in:
- lib/checkout_sdk/reports/reports_query.rb
Instance Attribute Summary collapse
- #created_after ⇒ DateTime
- #created_before ⇒ DateTime
- #entity_id ⇒ String
- #limit ⇒ Integer
- #pagination_token ⇒ String
Instance Attribute Details
#created_after ⇒ DateTime
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/reports/reports_query.rb', line 15 class ReportsQuery attr_accessor :created_after, :created_before, :entity_id, :limit, :pagination_token end |
#created_before ⇒ DateTime
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/reports/reports_query.rb', line 15 class ReportsQuery attr_accessor :created_after, :created_before, :entity_id, :limit, :pagination_token end |
#entity_id ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/reports/reports_query.rb', line 15 class ReportsQuery attr_accessor :created_after, :created_before, :entity_id, :limit, :pagination_token end |
#limit ⇒ Integer
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/reports/reports_query.rb', line 15 class ReportsQuery attr_accessor :created_after, :created_before, :entity_id, :limit, :pagination_token end |
#pagination_token ⇒ String
15 16 17 18 19 20 21 |
# File 'lib/checkout_sdk/reports/reports_query.rb', line 15 class ReportsQuery attr_accessor :created_after, :created_before, :entity_id, :limit, :pagination_token end |