Sha256: eeaf639c3d747bb8d446ac49873dab8d7715bd64ab2ea7606c20d5948141c261
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
# SyncteraRubySdk::PlaidAccountVerification ## 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::PlaidAccountVerification.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