Name | Type | Description | Notes |
---|---|---|---|
next_page_url | String | URL of the next page. | [optional] |
previous_page_url | String | Url of the previous page. | [optional] |
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
)