Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1022 Bytes

CompanyResponse.md

File metadata and controls

29 lines (17 loc) · 1022 Bytes

CompanyResponse

Company model

Properties

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]

Enum: ObjectEnum

Name Value
COMPANY "company"