Sha256: bbdbf97e4bd4fc03b988e6a5d9bc1c6a94c774d1a919ee0147801864acbc0270
Contents?: true
Size: 682 Bytes
Versions: 5
Compression:
Stored size: 682 Bytes
Contents
# Passbase::IdentityResource ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **datapoints** | **Object** | Dynamic key/value hashmap of the data extracted from the resource. | [optional] **type** | **String** | All resource types that passbase supports | [optional] ## Code Sample ```ruby require 'Passbase' instance = Passbase::IdentityResource.new(datapoints: {"date_of_birth":"1970-01-01","document_number":"010101010101","first_names":"Jessie","last_name":"Smith"}, type: NATIONAL_ID_CARD) ```
Version data entries
5 entries across 5 versions & 1 rubygems