SyncteraRubySdk::AccountDepositoryAllOf

Properties

Name Type Description Notes
balance_ceiling BalanceCeiling [optional]
balance_floor BalanceFloor [optional]
fee_product_ids Array<String> A list of fee account products that the current account associates with. [optional]
interest_product_id String An interest account product that the current account associates with. [optional]
note String Add an optional note when creating or updating a depository account. A note is required when updating the status to or from SUSPENDED [optional]
overdraft_limit Integer This field is unused and will be removed in a future API version. [optional]
spend_control_ids Array<String> List of spend control IDs to control spending for the account [optional]
spending_limits SpendingLimits [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AccountDepositoryAllOf.new(
  balance_ceiling: null,
  balance_floor: null,
  fee_product_ids: null,
  interest_product_id: null,
  note: null,
  overdraft_limit: null,
  spend_control_ids: null,
  spending_limits: null
)