Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.06 KB

CompanyResponse.md

File metadata and controls

22 lines (17 loc) · 1.06 KB

conekta.model.CompanyResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
id String The child company's unique identifier [optional]
createdAt int The resource's creation date (unix timestamp) [optional]
name String The child company's name [optional]
object String The resource's type [optional]
parentCompanyId String Id of the parent company [optional]
useParentFiscalData bool Whether the parent company's fiscal data is to be used for liquidation and tax purposes [optional]
payoutDestination CompanyPayoutDestinationResponse [optional]
fiscalInfo CompanyFiscalInfoResponse [optional]

[Back to Model list] [Back to API list] [Back to README]