Sha256: 27c7c4bcfa86115bd3e706faa13f09de9fb7044aaeec62f08bf20d203658eeb9

Contents?: true

Size: 460 Bytes

Versions: 3

Compression:

Stored size: 460 Bytes

Contents

# VeloPayments::NameV4

## 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::NameV4.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/NameV4.md
velopayments-2.35.58 docs/NameV4.md
velopayments-2.35.58.beta1 docs/NameV4.md