SyncteraRubySdk::UpdateTransfer

Properties

Name Type Description Notes
status String Field value must be set to CANCELED [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::UpdateTransfer.new(
  status: CANCELED
)