Sha256: fd95a2c8bf96b403d8783b071beb5a1c0f1fddc679e406a68a3d9674ff539c4b
Contents?: true
Size: 811 Bytes
Versions: 3
Compression:
Stored size: 811 Bytes
Contents
# Conekta::OrderFiscalEntityRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | [**FiscalEntityAddress**](FiscalEntityAddress.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] | | **phone** | **String** | Phone of the fiscal entity | [optional] | | **tax_id** | **String** | Tax ID of the fiscal entity | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::OrderFiscalEntityRequest.new( address: null, email: test@gmail.com, metadata: null, name: Conekta Inc, phone: +525511223344, tax_id: AAA010101AAA ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/OrderFiscalEntityRequest.md |
conekta-6.0.3 | docs/OrderFiscalEntityRequest.md |
conekta-6.0.2 | docs/OrderFiscalEntityRequest.md |