Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 993 Bytes

CompanyFiscalInfoResponse.md

File metadata and controls

30 lines (24 loc) · 993 Bytes

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 [optional]

Example

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
)