Sha256: a79fc09cdae733615967240349bb7917d44b05c8a59f5c55aeca106e5e11d314
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
# Conekta::OrderFiscalEntityResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | [**OrderFiscalEntityAddressResponse**](OrderFiscalEntityAddressResponse.md) | | | | **email** | **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 ```ruby 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 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/OrderFiscalEntityResponse.md |
conekta-6.0.3 | docs/OrderFiscalEntityResponse.md |
conekta-6.0.2 | docs/OrderFiscalEntityResponse.md |