Sha256: cfb36df43337b2411d625049e452bb8b0d690d8ac06ea24a9af8e4897c5af4e0
Contents?: true
Size: 706 Bytes
Versions: 4
Compression:
Stored size: 706 Bytes
Contents
# SyncteraRubySdk::BaseAccountVerification ## 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::BaseAccountVerification.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