Conekta::CustomerResponseShippingContacts

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
has_moreBooleanIndicates if there are more pages to be requested
objectStringObject type, in this case is list
dataArray<CustomerShippingContactsDataResponse>[optional]

Example

require 'conekta'

instance = Conekta::CustomerResponseShippingContacts.new(
  has_more: false,
  object: list,
  data: null
)