Sha256: a10aac6d51e5ae1e3ca4badbbc8ce5d4ec05e4518136e1f04409f81c674e3f06
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
# VeloPayments::PayoutNameV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | | | | **last_name** | **String** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::PayoutNameV3.new( first_name: Fred, last_name: Flintstone ) ```
Version data entries
5 entries across 5 versions & 1 rubygems