SyncteraRubySdk::PostPersonAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| note | String | Text to be added to a note when creating a person. A note is required when creating a person with a ban_status of SUSPENDED. | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PostPersonAllOf.new(
note: null
)