Sha256: 8086fe58f4bed2d316ff2477e855a16ee135c019b6feea3166b78c739dc0654e

Contents?: true

Size: 1.34 KB

Versions: 4

Compression:

Stored size: 1.34 KB

Contents

# SyncteraRubySdk::AccountDepositoryAllOf

## 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] |
| **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**](SpendingLimits.md) |  | [optional] |

## Example

```ruby
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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/AccountDepositoryAllOf.md
synctera_ruby_sdk-1.1.2 docs/AccountDepositoryAllOf.md
synctera_ruby_sdk-1.1.1 docs/AccountDepositoryAllOf.md
synctera_ruby_sdk-1.0.0 docs/AccountDepositoryAllOf.md