SyncteraRubySdk::InternalTransferPatch

Properties

Name Type Description Notes
status String The desired status of the internal transfer auth [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InternalTransferPatch.new(
  status: null
)