Sha256: 98664ed2b317fcb736506321c51898653a8cbefc8cad5547fa666e6336e7cd6b
Contents?: true
Size: 559 Bytes
Versions: 5
Compression:
Stored size: 559 Bytes
Contents
# VeloPayments::IndividualV1Name ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | | [optional] **first_name** | **String** | | **other_names** | **String** | | [optional] **last_name** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::IndividualV1Name.new(title: Mr, first_name: Bob, other_names: A, last_name: Smith) ```
Version data entries
5 entries across 5 versions & 1 rubygems