# SyncteraRubySdk::InternationalWirePatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | The new status of the wire transfer. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::InternationalWirePatch.new( status: CONFIRMED ) ```