Sha256: cc606dce1495dcaefb39f2d0d26c97c7198535fe698463b63ecf4288ae48a214

Contents?: true

Size: 1.75 KB

Versions: 4

Compression:

Stored size: 1.75 KB

Contents

# 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**](VendorInfo.md) |  | [optional] |

## Example

```ruby
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
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/DepositAllOf.md
synctera_ruby_sdk-1.1.2 docs/DepositAllOf.md
synctera_ruby_sdk-1.1.1 docs/DepositAllOf.md
synctera_ruby_sdk-1.0.0 docs/DepositAllOf.md