Company model
Name | Type | Description | Notes |
---|---|---|---|
id | String | The child company's unique identifier | [optional] |
createdAt | Long | The resource's creation date (unix timestamp) | [optional] |
name | String | The child company's name | [optional] |
_object | ObjectEnum | The resource's type | [optional] |
parentCompanyId | String | Id of the parent company | [optional] |
useParentFiscalData | Boolean | Whether the parent company's fiscal data is to be used for liquidation and tax purposes | [optional] |
payoutDestination | CompanyPayoutDestinationResponse | [optional] | |
fiscalInfo | CompanyFiscalInfoResponse | [optional] |
Name | Value |
---|---|
COMPANY | "company" |