Sha256: 8cf5fab0d60efd8aadc819911caca4ff1f824457a8b4748455705a4d51eabc7b
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 Bytes
Contents
# SyncteraRubySdk::BalanceFloor ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **balance** | **Integer** | Minimum balance in the account's currency. Unit in cents. | | | **linked_account_id** | **String** | ID of linked backing account for just-in-time (JIT) funding of transactions to maintain the balance floor | [optional] | | **overdraft_account_id** | **String** | ID of linked backing account for just-in-time (JIT) funding of transactions to maintain the balance floor This attribute is a deprecated alias for linked_account_id. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::BalanceFloor.new( balance: null, linked_account_id: null, overdraft_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/BalanceFloor.md |
synctera_ruby_sdk-1.1.2 | docs/BalanceFloor.md |
synctera_ruby_sdk-1.1.1 | docs/BalanceFloor.md |
synctera_ruby_sdk-1.0.0 | docs/BalanceFloor.md |