Sha256: 17fe34fc0169aab8f8e6b1f03849a300cc3f113638a793e51eaa5b6c62bf2c36
Contents?: true
Size: 1.74 KB
Versions: 6
Compression:
Stored size: 1.74 KB
Contents
# Conekta::BalanceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's available | [optional] | | **cashout_retention_amount** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's cashout retention amount | [optional] | | **conekta_retention** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's conekta retention | [optional] | | **gateway** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's gateway | [optional] | | **pending** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's pending | [optional] | | **retained** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's retained | [optional] | | **retention_amount** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's retention amount | [optional] | | **target_collateral_amount** | **Object** | The balance's target collateral amount | [optional] | | **target_retention_amount** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's target retention amount | [optional] | | **temporarily_retained** | [**Array<BalanceCommonField>**](BalanceCommonField.md) | The balance's temporarily retained | [optional] | ## Example ```ruby 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 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems