SyncteraRubySdk::InternationalWirePatch

Properties

Name Type Description Notes
status String The new status of the wire transfer.

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::InternationalWirePatch.new(
  status: CONFIRMED
)