Conekta::ChargeUpdateRequest
December 21, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| reference_id | String | custom reference id | [optional] |
Example
require 'conekta'
instance = Conekta::ChargeUpdateRequest.new(
reference_id: 278482642
)