Sha256: 083f4e96a411266d6b8c6da41d2b097379ab45b1cf8eec6800ebd53defd72900

Contents?: true

Size: 620 Bytes

Versions: 3

Compression:

Stored size: 620 Bytes

Contents

# VeloPayments::IndividualV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | [**IndividualV3Name**](IndividualV3Name.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] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::IndividualV4.new(
  name: null,
  national_identification: AB123456C,
  date_of_birth: 1985-01-01
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/IndividualV4.md
velopayments-2.35.58 docs/IndividualV4.md
velopayments-2.35.58.beta1 docs/IndividualV4.md