Sha256: 4f0455c7d53f4af725d396deb4e6ceb19b5f0d81b06a8d5e1d0ca56425c7f280

Contents?: true

Size: 1.17 KB

Versions: 5

Compression:

Stored size: 1.17 KB

Contents

# Conekta::CompanyResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The child company's unique identifier | [optional] |
| **created_at** | **Integer** | The resource's creation date (unix timestamp) | [optional] |
| **name** | **String** | The child company's name | [optional] |
| **object** | **String** | The resource's type | [optional] |
| **parent_company_id** | **String** | Id of the parent company | [optional] |
| **use_parent_fiscal_data** | **Boolean** | Whether the parent company's fiscal data is to be used for liquidation and tax purposes | [optional] |
| **payout_destination** | [**CompanyPayoutDestinationResponse**](CompanyPayoutDestinationResponse.md) |  | [optional] |
| **fiscal_info** | [**CompanyFiscalInfoResponse**](CompanyFiscalInfoResponse.md) |  | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::CompanyResponse.new(
  id: 6441bb27659a060465da7335,
  created_at: 1680397724,
  name: Child Company A,
  object: null,
  parent_company_id: 6441bb3c62db5812e7920c31,
  use_parent_fiscal_data: false,
  payout_destination: null,
  fiscal_info: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
conekta-6.0.4 docs/CompanyResponse.md
conekta-6.0.3 docs/CompanyResponse.md
conekta-6.0.2 docs/CompanyResponse.md
conekta-6.0.1 docs/CompanyResponse.md
conekta-6.0.0 docs/CompanyResponse.md