Sha256: 1b9f61c6d5a0b8973d496249d49a46bb01b2a66fca474df58b412a7440b5359e
Contents?: true
Size: 606 Bytes
Versions: 5
Compression:
Stored size: 606 Bytes
Contents
# VeloPayments::CreateIndividual ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | [**IndividualV1Name**](IndividualV1Name.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::CreateIndividual.new(name: null, national_identification: AB123456C, date_of_birth: Tue Jan 01 00:00:00 GMT 1985) ```
Version data entries
5 entries across 5 versions & 1 rubygems