Sha256: 4f3bd92eca548bd01f6e0dd7f521f53f5b17f0517ce90f779de4ff5108d22afa
Contents?: true
Size: 993 Bytes
Versions: 5
Compression:
Stored size: 993 Bytes
Contents
# Conekta::CompanyFiscalInfoResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **object** | **String** | The resource's type | [optional] | | **tax_id** | **String** | Tax ID of the company | [optional] | | **legal_entity_name** | **String** | Legal name of the company | [optional] | | **business_type** | **String** | Business type of the company | [optional] | | **phone** | **String** | Phone number of the company | [optional] | | **physical_person_business_type** | **String** | Business type if 'persona_fisica' | [optional] | | **address** | [**CompanyFiscalInfoAddressResponse**](CompanyFiscalInfoAddressResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::CompanyFiscalInfoResponse.new( object: null, tax_id: XAXX010101000, legal_entity_name: Child Company A, business_type: persona_moral, phone: 5555555555, physical_person_business_type: null, address: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems