SyncteraRubySdk::TransactionListAllOf

Properties

Name Type Description Notes
transactions Array<Transaction> Array of statement transactions

Example

require 'synctera_ruby_sdk'

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