Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

EftCaPatch.md

File metadata and controls

20 lines (14 loc) · 379 Bytes

Synctera::EftCaPatch

Properties

Name Type Description Notes
source_data Object Additional information to be added to the transfer [optional]
status String [optional]

Example

require 'synctera'

instance = Synctera::EftCaPatch.new(
  source_data: null,
  status: null
)