Sha256: a4c4a29e4eb82536bb3ddf31268ab3d0014d02a76011768d5c67f7def0122004
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 KB
Contents
# SyncteraRubySdk::TemplateFieldsDepositoryAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **balance_ceiling** | [**BalanceCeiling**](BalanceCeiling.md) | | [optional] | | **balance_floor** | [**BalanceFloor**](BalanceFloor.md) | | [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] | | **is_ach_enabled** | **Boolean** | Enable ACH transaction. | [optional][default to false] | | **is_card_enabled** | **Boolean** | Enable card transaction. | [optional][default to false] | | **is_external_card_enabled** | **Boolean** | Enable external card transaction. | [optional][default to false] | | **is_p2p_enabled** | **Boolean** | Enable P2P transaction. | [optional][default to false] | | **is_sar_enabled** | **Boolean** | Enable SAR report. | [optional][default to false] | | **is_wire_enabled** | **Boolean** | Enable wire transaction. | [optional][default to false] | | **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**](SpendingLimits.md) | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::TemplateFieldsDepositoryAllOf.new( balance_ceiling: null, balance_floor: null, fee_product_ids: null, interest_product_id: null, is_ach_enabled: null, is_card_enabled: null, is_external_card_enabled: null, is_p2p_enabled: null, is_sar_enabled: null, is_wire_enabled: null, overdraft_limit: null, spend_control_ids: null, spending_limits: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems