Sha256: 7b6918364e4a98704ebf028f61d90e006f191483a9c6a2635c5c619c43f6a6b0
Contents?: true
Size: 413 Bytes
Versions: 4
Compression:
Stored size: 413 Bytes
Contents
# SyncteraRubySdk::RecipientName ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_name** | **String** | | | | **last_name** | **String** | | | | **middle_name** | **String** | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::RecipientName.new( first_name: Jane, last_name: Smith, middle_name: Anne ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/RecipientName.md |
synctera_ruby_sdk-1.1.2 | docs/RecipientName.md |
synctera_ruby_sdk-1.1.1 | docs/RecipientName.md |
synctera_ruby_sdk-1.0.0 | docs/RecipientName.md |