Class: CheckoutSdk::Reports::ReportsQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/reports/reports_query.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterDateTime

Returns:

  • (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_beforeDateTime

Returns:

  • (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_idString

Returns:

  • (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

#limitInteger

Returns:

  • (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_tokenString

Returns:

  • (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