Sha256: 514c99a1a56717cd9a2119b807cf1545225b44af6229f2f01cba3438162ea782
Contents?: true
Size: 569 Bytes
Versions: 5
Compression:
Stored size: 569 Bytes
Contents
# VeloPayments::CreateIndividual2Name ## 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::CreateIndividual2Name.new(title: Mr, first_name: Bob, other_names: H, last_name: Smith) ```
Version data entries
5 entries across 5 versions & 1 rubygems