Conekta::OrderUpdateFiscalEntityRequest
December 26, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| address | FiscalEntityAddress | ||
| String | Email of the fiscal entity | [optional] | |
| name | String | Name of the fiscal entity | [optional] |
| metadata | Hash<String, Object> | Metadata associated with the fiscal entity | [optional] |
| phone | String | Phone of the fiscal entity | [optional] |
| tax_id | String | Tax 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
)