# VeloPayments::NameV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **title** | **String** | | [optional] | | **first_name** | **String** | | [optional] | | **other_names** | **String** | | [optional] | | **last_name** | **String** | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::NameV4.new( title: Mr, first_name: Bob, other_names: H, last_name: Smith ) ```