SyncteraRubySdk::OutgoingAchListAllOf

Properties

Name Type Description Notes
transactions Array<OutgoingAch> Array of sent ACH transactions.

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::OutgoingAchListAllOf.new(
  transactions: null
)