Conekta::OrderFiscalEntityResponse

December 26, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
addressOrderFiscalEntityAddressResponse
emailStringEmail of the fiscal entity[optional]
metadataHash<String, Object>Metadata associated with the fiscal entity[optional]
nameStringName of the fiscal entity[optional]
tax_idStringTax ID of the fiscal entity[optional]
idStringID of the fiscal entity
created_atIntegerThe time at which the object was created in seconds since the Unix epoch
objectString
phoneStringPhone of the fiscal entity[optional]

Example

require 'conekta'

instance = Conekta::OrderFiscalEntityResponse.new(
  address: null,
  email: test@gmail.com,
  metadata: null,
  name: Conekta Inc,
  tax_id: 324234234,
  id: fis_ent_2tN85VYaSMyDvjB3M,
  created_at: 1676328434,
  object: fiscal_entity,
  phone: +525511223344
)