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

require 'synctera_ruby_sdk'

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