Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 765 Bytes

BalanceCeiling.md

File metadata and controls

22 lines (16 loc) · 765 Bytes

Synctera::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'

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