Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

OutgoingAchPatch.md

File metadata and controls

20 lines (14 loc) · 383 Bytes

Synctera::OutgoingAchPatch

Properties

Name Type Description Notes
funds_availability_time Time [optional]
status String [optional]

Example

require 'synctera'

instance = Synctera::OutgoingAchPatch.new(
  funds_availability_time: 2010-05-06T12:23:34.321Z,
  status: null
)