Conekta::OrderFiscalEntityResponse
December 26, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| address | OrderFiscalEntityAddressResponse | ||
| String | Email of the fiscal entity | [optional] | |
| metadata | Hash<String, Object> | Metadata associated with the fiscal entity | [optional] |
| name | String | Name of the fiscal entity | [optional] |
| tax_id | String | Tax ID of the fiscal entity | [optional] |
| id | String | ID of the fiscal entity | |
| created_at | Integer | The time at which the object was created in seconds since the Unix epoch | |
| object | String | ||
| phone | String | Phone 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
)