Sha256: a9ecd12b4f62a86e2afda737eafd91b5e9da6b5913815177561415f84d0c2bcf

Contents?: true

Size: 714 Bytes

Versions: 4

Compression:

Stored size: 714 Bytes

Contents

# SyncteraRubySdk::FinicityAccountVerification

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **creation_time** | **Time** | The time at which verification was first completed. | [optional] |
| **last_updated_time** | **Time** | The time at which verification was last updated. | [optional] |
| **status** | **String** | The status of verification |  |
| **vendor** | **String** | The vendor used for verifying the account |  |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::FinicityAccountVerification.new(
  creation_time: 2010-05-06T12:23:34.321Z,
  last_updated_time: 2010-05-06T12:23:34.321Z,
  status: null,
  vendor: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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