Sha256: b8f90c5bdb8b7c663b07d528f66a161f00014e486939c6ea34715480e054f159

Contents?: true

Size: 461 Bytes

Versions: 4

Compression:

Stored size: 461 Bytes

Contents

# SyncteraRubySdk::FinancialInstitution

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **legal_address** | [**Address2**](Address2.md) |  | [optional] |
| **name** | **String** |  | [optional] |
| **phone_number** | **String** |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::FinancialInstitution.new(
  legal_address: null,
  name: null,
  phone_number: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/FinancialInstitution.md
synctera_ruby_sdk-1.1.2 docs/FinancialInstitution.md
synctera_ruby_sdk-1.1.1 docs/FinancialInstitution.md
synctera_ruby_sdk-1.0.0 docs/FinancialInstitution.md