Conekta::OrderUpdateFiscalEntityRequest

December 26, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
addressFiscalEntityAddress
emailStringEmail of the fiscal entity[optional]
nameStringName of the fiscal entity[optional]
metadataHash<String, Object>Metadata associated with the fiscal entity[optional]
phoneStringPhone of the fiscal entity[optional]
tax_idStringTax ID of the fiscal entity[optional]

Example

require 'conekta'

instance = Conekta::OrderUpdateFiscalEntityRequest.new(
  address: null,
  email: test@gmail.com,
  name: Conekta Inc,
  metadata: null,
  phone: +525511223344,
  tax_id: AAA010101AAA
)