SyncteraRubySdk::Party

Properties

Name Type Description Notes
account_number String account number of the person [optional][readonly]
address Address3 [optional]
address_lines AddressLines [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

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Party.new(
  account_number: 192178512,
  address: null,
  address_lines: null,
  name: John Smith,
  routing_number: 272479663
)