Conekta::BalanceCommonFielsResponse
July 21, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| amount | Integer | The balance's amount | [optional] |
| currency | String | The balance's currency | [optional] |
Example
require 'conekta'
instance = Conekta::BalanceCommonFielsResponse.new(
amount: 100,
currency: MXN
)