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

Version Path
conekta-6.0.4 docs/OrderResponseCharges.md
conekta-6.0.3 docs/OrderResponseCharges.md
conekta-6.0.2 docs/OrderResponseCharges.md
conekta-6.0.1 docs/OrderResponseCharges.md
conekta-6.0.0 docs/OrderResponseCharges.md