Sha256: 1a74e4a8060cc99a8442af14567d1827ae0f807037bac84a40db06bde996cb40

Contents?: true

Size: 551 Bytes

Versions: 3

Compression:

Stored size: 551 Bytes

Contents

# VeloPayments::CreateIndividualV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | [**CreateIndividualV3Name**](CreateIndividualV3Name.md) |  |  |
| **national_identification** | **String** |  | [optional] |
| **date_of_birth** | **Date** | Must not be date in future. Example - 1970-05-20 |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreateIndividualV4.new(
  name: null,
  national_identification: SA211123K,
  date_of_birth: Wed May 20 00:00:00 UTC 1970
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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