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