Sha256: b14a611b3a9167ae28204789d061240b0eb646ca68036a564de3083fec367d1a
Contents?: true
Size: 743 Bytes
Versions: 4
Compression:
Stored size: 743 Bytes
Contents
# SyncteraRubySdk::Party ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_number** | **String** | account number of the person | [optional][readonly] | | **address** | [**Address3**](Address3.md) | | [optional] | | **address_lines** | [**AddressLines**](AddressLines.md) | | [optional] | | **name** | **String** | name of the person | [optional][readonly] | | **routing_number** | **String** | routing number of the bank this person is a member of | [optional][readonly] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::Party.new( account_number: 192178512, address: null, address_lines: null, name: John Smith, routing_number: 272479663 ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/Party.md |
synctera_ruby_sdk-1.1.2 | docs/Party.md |
synctera_ruby_sdk-1.1.1 | docs/Party.md |
synctera_ruby_sdk-1.0.0 | docs/Party.md |