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