Sha256: ff02fbcce578acf296aa4d2b8fb3dc5d5d760aacf2f9ca9a03c21a94833ca11a

Contents?: true

Size: 734 Bytes

Versions: 51

Compression:

Stored size: 734 Bytes

Contents

# OpenapiClient::CompanyResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The Affix-assigned id of the abscence |  |
| **remote_id** | **String** | the remote system-assigned id of the abscence |  |
| **legal_name** | **String** |  |  |
| **display_name** | **String** |  |  |
| **tax_id** | **String** |  |  |
| **address** | [**AddressResponse**](AddressResponse.md) |  |  |

## Example

```ruby
require 'openapi_client'

instance = OpenapiClient::CompanyResponse.new(
  id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw,
  remote_id: 19202938,
  legal_name: Affix,
  display_name: Affix API Limited,
  tax_id: 12-3456789,
  address: null
)
```

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
affixapi-1.1.102 docs/CompanyResponse.md
affixapi-1.1.101 docs/CompanyResponse.md
affixapi-1.1.100 docs/CompanyResponse.md
affixapi-1.1.99 docs/CompanyResponse.md
affixapi-1.1.94 docs/CompanyResponse.md
affixapi-1.1.93 docs/CompanyResponse.md
affixapi-1.1.92 docs/CompanyResponse.md
affixapi-1.1.91 docs/CompanyResponse.md
affixapi-1.1.90 docs/CompanyResponse.md
affixapi-1.1.89 docs/CompanyResponse.md
affixapi-1.1.88 docs/CompanyResponse.md
affixapi-1.1.87 docs/CompanyResponse.md
affixapi-1.1.86 docs/CompanyResponse.md
affixapi-1.1.85 docs/CompanyResponse.md
affixapi-1.1.84 docs/CompanyResponse.md
affixapi-1.1.83 docs/CompanyResponse.md
affixapi-1.1.65 docs/CompanyResponse.md
affixapi-1.1.64 docs/CompanyResponse.md
affixapi-1.1.63 docs/CompanyResponse.md
affixapi-1.1.62 docs/CompanyResponse.md