Sha256: cbd1f4528d07ff0fcb7d1bfe14bc56d22bb1aa26c8df6d4773e9830dc8426485

Contents?: true

Size: 689 Bytes

Versions: 5

Compression:

Stored size: 689 Bytes

Contents

# VeloPayments::Individual

## 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::Individual.new(name: null,
                                 national_identification: AB123456C,
                                 date_of_birth: 1985-01-01)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/Individual.md
velopayments-2.20.119 docs/Individual.md
velopayments-2.20.29.beta1 docs/Individual.md
velopayments-2.19.116 docs/Individual.md
velopayments-2.19.40.beta1 docs/Individual.md