SyncteraRubySdk::DepositAllOf

Properties

Name Type Description Notes
creation_time Time [optional]
date_captured Time Date the deposit was captured, in RFC 3339 format [optional]
date_processed Time Date the deposit was processed, in RFC 3339 format [optional]
deposit_amount Integer Amount deposited in ISO 4217 minor currency units [optional]
id String Remote Check Deposit ID [optional]
last_updated_time Time [optional]
ocr_account_number String Account number of the issuer of the check, included if OCR is successful [optional]
ocr_check_number String The unique check number for this check in the checkbook, included if OCR is successful and there is a check number on the check [optional]
ocr_routing_number String Routing number of the issuing bank, included if OCR is successful [optional]
status String The status of the deposit [optional]
transaction_id String The ID of the transaction associated with this deposit [optional]
vendor_info VendorInfo [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::DepositAllOf.new(
  creation_time: 2010-05-06T12:23:34.321Z,
  date_captured: 2010-05-06T12:23:34.321Z,
  date_processed: 2010-05-06T12:23:34.321Z,
  deposit_amount: 12345,
  id: b01db9c7-78f2-4a99-8aca-1231d32f9b96,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  ocr_account_number: 123456789,
  ocr_check_number: 001,
  ocr_routing_number: 026009593,
  status: null,
  transaction_id: b01db9c7-78f2-4a99-8aca-1231d32f9b96,
  vendor_info: null
)