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.60 docs/CompanyResponse.md
affixapi-1.1.59 docs/CompanyResponse.md
affixapi-1.1.58 docs/CompanyResponse.md
affixapi-1.1.57 docs/CompanyResponse.md
affixapi-1.1.56 docs/CompanyResponse.md
affixapi-1.1.55 docs/CompanyResponse.md
affixapi-1.1.54 docs/CompanyResponse.md
affixapi-1.1.53 docs/CompanyResponse.md
affixapi-1.1.52 docs/CompanyResponse.md
affixapi-1.1.51 docs/CompanyResponse.md
affixapi-1.1.50 docs/CompanyResponse.md
affixapi-1.1.49 docs/CompanyResponse.md
affixapi-1.1.48 docs/CompanyResponse.md
affixapi-1.1.47 docs/CompanyResponse.md
affixapi-1.1.46 docs/CompanyResponse.md
affixapi-1.1.45 docs/CompanyResponse.md
affixapi-1.1.44 docs/CompanyResponse.md
affixapi-1.1.43 docs/CompanyResponse.md
affixapi-1.1.42 docs/CompanyResponse.md
affixapi-1.1.41 docs/CompanyResponse.md