Sha256: af6269291e15a1dfe38afc23caec052d82ec6f6b1233c72b45642d1ed6a4c8a0
Contents?: true
Size: 710 Bytes
Versions: 4
Compression:
Stored size: 710 Bytes
Contents
# SyncteraRubySdk::ManualAccountVerification ## 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::ManualAccountVerification.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