Sha256: e36343f74c86913b27a5b46f218490d2aa36cc376485536cc2356d20a6a1e22e
Contents?: true
Size: 788 Bytes
Versions: 4
Compression:
Stored size: 788 Bytes
Contents
# SyncteraRubySdk::BalanceCeiling ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **balance** | **Integer** | Maximum 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 ceiling | [optional] | | **overflow_account_id** | **String** | ID of linked backing account for just-in-time (JIT) funding of transactions to maintain the balance ceiling This attribute is a deprecated alias for linked_account_id. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::BalanceCeiling.new( balance: null, linked_account_id: null, overflow_account_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems