Sha256: 9c00b77ca3d47265bcb5bc9d3c11ce7e1e485482810d0329ecc539e63928b7c9

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

# SyncteraRubySdk::PatchAccountChargeSecuredAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **is_ach_enabled** | **Boolean** | A flag to indicate whether ACH transactions are enabled. | [optional] |
| **is_card_enabled** | **Boolean** | A flag to indicate whether card transactions are enabled. | [optional] |
| **is_p2p_enabled** | **Boolean** | A flag to indicate whether P2P transactions are enabled. | [optional] |
| **is_system_auto_pay_enabled** | **Boolean** | A flag to indicate whether auto payments are enabled. | [optional] |
| **is_wire_enabled** | **Boolean** | A flag to indicate whether wire transactions are enabled. | [optional] |
| **note** | **String** | Add an optional note when patching a charged secured account. A note is required when setting the status to or from SUSPENDED. | [optional] |
| **restrictions** | **Object** | Conditions that restrict the use of the account. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PatchAccountChargeSecuredAllOf.new(
  is_ach_enabled: null,
  is_card_enabled: null,
  is_p2p_enabled: null,
  is_system_auto_pay_enabled: null,
  is_wire_enabled: null,
  note: null,
  restrictions: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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