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 [optional]

Example

require 'synctera_ruby_sdk'

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