Sha256: 6706f2b7dbfb6172da9c728611ce45fc3a78990f6e43ea674407086857868a36

Contents?: true

Size: 823 Bytes

Versions: 4

Compression:

Stored size: 823 Bytes

Contents

# Conekta::OrderUpdateFiscalEntityRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **address** | [**FiscalEntityAddress**](FiscalEntityAddress.md) |  |  |
| **email** | **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

```ruby
require 'conekta'

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
conekta-6.0.5 docs/OrderUpdateFiscalEntityRequest.md
conekta-6.0.4 docs/OrderUpdateFiscalEntityRequest.md
conekta-6.0.3 docs/OrderUpdateFiscalEntityRequest.md
conekta-6.0.2 docs/OrderUpdateFiscalEntityRequest.md