Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 570 Bytes

CustomerResponseShippingContacts.md

File metadata and controls

22 lines (16 loc) · 570 Bytes

Conekta::CustomerResponseShippingContacts

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<CustomerShippingContactsDataResponse> [optional]

Example

require 'conekta'

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