Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

Pagination.md

File metadata and controls

20 lines (14 loc) · 384 Bytes

Conekta::Pagination

Properties

Name Type Description Notes
has_more Boolean Indicates if there are more pages to be requested
object String Object type, in this case is list

Example

require 'conekta'

instance = Conekta::Pagination.new(
  has_more: false,
  object: list
)