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

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::BalanceCeiling.new(
  balance: null,
  linked_account_id: null,
  overflow_account_id: null
)