Sha256: fbdb99ad6b1639a4289eef3d61aa72fbe5865f9deb3e36e8be29d2596678cca3

Contents?: true

Size: 430 Bytes

Versions: 4

Compression:

Stored size: 430 Bytes

Contents

# SyncteraRubySdk::PatchPersonAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **note** | **String** | Text to be added to a note when updating a person. A note is required when changing a person's ban_status between SUSPENDED and ALLOWED. | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PatchPersonAllOf.new(
  note: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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