SyncteraRubySdk::PersonalIdCustomerId
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| customer_id | String | Id of the customer having this personal identifier | [optional] |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PersonalIdCustomerId.new(
customer_id: 21943c51-e4ff-4e57-9558-08cab6b963fe
)