Sha256: c2d14eb4d0ec8cf1697ef1123e395d3fd8f168833e97440cf479db5faf78a340
Contents?: true
Size: 776 Bytes
Versions: 5
Compression:
Stored size: 776 Bytes
Contents
# 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 ```ruby 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:password@mockoon.stg.conekta.io/payments-api/cash/merchant_approval ) ```
Version data entries
5 entries across 5 versions & 1 rubygems