Sha256: 4b262ac39ed70a177d64d27b689ce10d8a9eb77f15ae68f0631e47f701758c52
Contents?: true
Size: 618 Bytes
Versions: 5
Compression:
Stored size: 618 Bytes
Contents
# VeloPayments::CreateIndividual2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | [**CreateIndividual2Name**](CreateIndividual2Name.md) | | **national_identification** | **String** | | [optional] **date_of_birth** | **Date** | Must not be date in future. Example - 1970-05-20 | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreateIndividual2.new(name: null, national_identification: SA211123K, date_of_birth: Wed May 20 00:00:00 GMT 1970) ```
Version data entries
5 entries across 5 versions & 1 rubygems