Sha256: 3e9f0beaac0f9fd8641362c57477c166fe0833cda9be3f9e9c750dcb1dc06c41
Contents?: true
Size: 512 Bytes
Versions: 5
Compression:
Stored size: 512 Bytes
Contents
# Conekta::OrderResponseCharges ## 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 | | | **data** | [**Array<ChargesDataResponse>**](ChargesDataResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::OrderResponseCharges.new( has_more: false, object: list, data: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems