Sha256: 8f876bfb491d37ba96bbfbeb2729dcfb7e10a04aac8f212e0de241c9de3676ca
Contents?: true
Size: 691 Bytes
Versions: 5
Compression:
Stored size: 691 Bytes
Contents
# VeloPayments::Individual2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | [**IndividualV1Name**](IndividualV1Name.md) | | **national_identification** | **String** | If not authorized to view, value will be masked. Example: XXXXX1234 | [optional] [readonly] **date_of_birth** | **String** | If not authorized to view, value will be masked. Example: - XXXX-XX-XX | [readonly] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::Individual2.new(name: null, national_identification: AB123456C, date_of_birth: 1985-01-01) ```
Version data entries
5 entries across 5 versions & 1 rubygems