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

Version Path
velopayments-2.23.78.beta1 docs/IndividualV1Name.md
velopayments-2.20.119 docs/IndividualV1Name.md
velopayments-2.20.29.beta1 docs/IndividualV1Name.md
velopayments-2.19.116 docs/IndividualV1Name.md
velopayments-2.19.40.beta1 docs/IndividualV1Name.md