conekta
Version:
OpenAPI client for conekta
37 lines (32 loc) • 851 B
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* Conekta API
* Conekta sdk
*
* The version of the OpenAPI document: 2.2.0
* Contact: engineering@conekta.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Fiscal information for the company.
* @export
* @interface CreateCompanyRequestFiscalInfo
*/
export interface CreateCompanyRequestFiscalInfo {
/**
* The business phone number for fiscal purposes.
* @type {string}
* @memberof CreateCompanyRequestFiscalInfo
*/
'business_phone'?: string;
/**
* The fiscal type of the company (e.g., \'moral\', \'persona_fisica\').
* @type {string}
* @memberof CreateCompanyRequestFiscalInfo
*/
'fiscal_type'?: string;
}