Conekta::Page

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
next_page_urlStringURL of the next page.[optional]
previous_page_urlStringUrl of the previous page.[optional]

Example

require 'conekta'

instance = Conekta::Page.new(
  next_page_url: https://api.conekta.io/resources?limit=10&next=chrg_1,
  previous_page_url: https://api.conekta.io/resources?limit=10&previous=chrg_1
)