Sha256: c06514ce508f198d652df4a439922c7179362ea33c02212a46d354acec26a7eb
Contents?: true
Size: 538 Bytes
Versions: 31
Compression:
Stored size: 538 Bytes
Contents
# CybridApiBank::ExternalBankAccountBalancesBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **available_balance** | **Integer** | The available balance in the account. | [optional] | | **current_balance** | **Integer** | The current balance in the account including pending transactions. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalBankAccountBalancesBankModel.new( available_balance: null, current_balance: null ) ```
Version data entries
31 entries across 31 versions & 1 rubygems