Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 930 Bytes

CompanyFiscalInfoResponse.md

File metadata and controls

21 lines (16 loc) · 930 Bytes

conekta.model.CompanyFiscalInfoResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
object String The resource's type [optional]
taxId String Tax ID of the company [optional]
legalEntityName String Legal name of the company [optional]
businessType String Business type of the company [optional]
phone String Phone number of the company [optional]
physicalPersonBusinessType String Business type if 'persona_fisica' [optional]
address CompanyFiscalInfoAddressResponse [optional]

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