| 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<CustomerShippingContactsDataResponse> | [optional] |
require 'conekta'
instance = Conekta::CustomerResponseShippingContacts.new(
has_more: false,
object: list,
data: null
)