Sha256: 6e70a1d08642d29af0e089a523d41cae5c5c420e680bdf34b435b0926fd2a54c
Contents?: true
Size: 849 Bytes
Versions: 6
Compression:
Stored size: 849 Bytes
Contents
# Conekta::GetTransfersResponse ## 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 | | | **next_page_url** | **String** | URL of the next page. | [optional] | | **previous_page_url** | **String** | Url of the previous page. | [optional] | | **data** | [**Array<TransfersResponse>**](TransfersResponse.md) | Transfers | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::GetTransfersResponse.new( has_more: false, object: list, 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, data: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems