Sha256: ec0d07944160afb83f89e74d306f85ee46572913ee5a6ac3ecfdf2bbab6b1399

Contents?: true

Size: 527 Bytes

Versions: 4

Compression:

Stored size: 527 Bytes

Contents

# SyncteraRubySdk::AccountChargeSecuredAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **note** | **String** | Add an optional note when creating or updating a charged secured account. A note is required when updating the status to or from SUSPENDED | [optional] |
| **security** | [**Security**](Security.md) |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::AccountChargeSecuredAllOf.new(
  note: null,
  security: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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