Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 776 Bytes

EventsResendResponse.md

File metadata and controls

28 lines (22 loc) · 776 Bytes

Conekta::EventsResendResponse

Properties

Name Type Description Notes
failed_attempts Integer [optional]
id String [optional]
last_attempted_at Integer [optional]
last_http_response_status Integer [optional]
response_data Hash<String, Object> [optional]
url String [optional]

Example

require 'conekta'

instance = Conekta::EventsResendResponse.new(
  failed_attempts: 6,
  id: webhl_2svd2sh6GbqzyWBNZ,
  last_attempted_at: 1684265970,
  last_http_response_status: 405,
  response_data: {},
  url: https://username:[email protected]/payments-api/cash/merchant_approval
)