Sha256: 485699cdf83a1e3d1658ead862a04e71e2fb6f54981cf761abb5083b12d05f79

Contents?: true

Size: 1.18 KB

Versions: 4

Compression:

Stored size: 1.18 KB

Contents

# SyncteraRubySdk::Business1

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **creation_time** | **Time** |  | [optional] |
| **ein** | **String** |  | [optional] |
| **email** | **String** |  | [optional] |
| **entity_name** | **String** |  | [optional] |
| **formation_date** | **Date** |  | [optional] |
| **formation_state** | **String** |  | [optional] |
| **id** | **String** |  | [optional] |
| **last_updated_time** | **Time** |  | [optional] |
| **phone_number** | **String** |  | [optional] |
| **status** | **String** |  | [optional] |
| **structure** | **String** |  | [optional] |
| **trade_names** | **Array<String>** |  | [optional] |
| **verification_last_run** | **Time** |  | [optional] |
| **verification_status** | **String** |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::Business1.new(
  creation_time: null,
  ein: null,
  email: null,
  entity_name: null,
  formation_date: null,
  formation_state: null,
  id: null,
  last_updated_time: null,
  phone_number: null,
  status: null,
  structure: null,
  trade_names: null,
  verification_last_run: null,
  verification_status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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