Conekta::BalanceResponse
August 1, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| available | Array<BalanceCommonField> | The balance's available | [optional] |
| cashout_retention_amount | Array<BalanceCommonField> | The balance's cashout retention amount | [optional] |
| conekta_retention | Array<BalanceCommonField> | The balance's conekta retention | [optional] |
| gateway | Array<BalanceCommonField> | The balance's gateway | [optional] |
| pending | Array<BalanceCommonField> | The balance's pending | [optional] |
| retained | Array<BalanceCommonField> | The balance's retained | [optional] |
| retention_amount | Array<BalanceCommonField> | The balance's retention amount | [optional] |
| target_collateral_amount | Object | The balance's target collateral amount | [optional] |
| target_retention_amount | Array<BalanceCommonField> | The balance's target retention amount | [optional] |
| temporarily_retained | Array<BalanceCommonField> | The balance's temporarily retained | [optional] |
Example
require 'conekta'
instance = Conekta::BalanceResponse.new(
available: null,
cashout_retention_amount: null,
conekta_retention: null,
gateway: null,
pending: null,
retained: null,
retention_amount: null,
target_collateral_amount: null,
target_retention_amount: null,
temporarily_retained: null
)