Sha256: 2b841a1f80c2145e74fe0b891ecea63a841b74b5d615e807c544666003067ff4

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 Bytes

Contents

# VeloPayments::CreateIndividualV3Name

## Properties

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

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreateIndividualV3Name.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/CreateIndividualV3Name.md
velopayments-2.35.58 docs/CreateIndividualV3Name.md
velopayments-2.35.58.beta1 docs/CreateIndividualV3Name.md