Conekta::ChargebackFileResponse
July 21, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| file_name | String | [optional] | |
| url | String | [optional] | |
| created_at | Integer | [optional] |
Example
require 'conekta'
instance = Conekta::ChargebackFileResponse.new(
id: chbkf_2zPxWFUnGNLySoums,
file_name: 20251221500000000000201.pdf,
url: null,
created_at: 1768846800
)