Sha256: 6176abcd7de2e3ba4f5ff9a5780dae2042befa1b3276c11660072c5c0f4d21bd
Contents?: true
Size: 886 Bytes
Versions: 6
Compression:
Stored size: 886 Bytes
Contents
# Conekta::GetPaymentMethodResponse ## 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<GetCustomerPaymentMethodDataResponse>**](GetCustomerPaymentMethodDataResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::GetPaymentMethodResponse.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