Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

OrderResponseCharges.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

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

Example

require 'conekta'

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