Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 562 Bytes

CustomerFiscalEntitiesResponse.md

File metadata and controls

22 lines (16 loc) · 562 Bytes

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

Example

require 'conekta'

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