Sha256: 26f55e54d7e75ed678cac70100979673d6f33b1a7476e119cbedaef35db50774

Contents?: true

Size: 460 Bytes

Versions: 3

Compression:

Stored size: 460 Bytes

Contents

# VeloPayments::IndividualV3Name

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **title** | **String** |  | [optional] |
| **first_name** | **String** |  |  |
| **other_names** | **String** |  | [optional] |
| **last_name** | **String** |  |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::IndividualV3Name.new(
  title: Mr,
  first_name: Bob,
  other_names: A,
  last_name: Smith
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/IndividualV3Name.md
velopayments-2.35.58 docs/IndividualV3Name.md
velopayments-2.35.58.beta1 docs/IndividualV3Name.md