Conekta::CreateCompanyRequestFiscalInfo
August 12, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| business_phone | String | The business phone number for fiscal purposes. | [optional] |
| fiscal_type | String | The fiscal type of the company (e.g., 'moral', 'persona_fisica'). | [optional] |
Example
require 'conekta'
instance = Conekta::CreateCompanyRequestFiscalInfo.new(
business_phone: 5300000000,
fiscal_type: moral
)