Sha256: 65bd9b97a08d2dd852bf1fecb474925f57e0979efce82c75a1a8a97c7ca45c1f

Contents?: true

Size: 460 Bytes

Versions: 3

Compression:

Stored size: 460 Bytes

Contents

# VeloPayments::NameV3

## 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::NameV3.new(
  title: Mr,
  first_name: Bob,
  other_names: H,
  last_name: Smith
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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