Sha256: 385b9b93e0f79a27a2af273e2e73a850f3871c33e310bbfc1d41c3f5bc1b90f7
Contents?: true
Size: 1000 Bytes
Versions: 4
Compression:
Stored size: 1000 Bytes
Contents
# Conekta::CustomerFiscalEntitiesDataResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | [**CustomerAddress**](CustomerAddress.md) | | | | **tax_id** | **String** | | [optional] | | **email** | **String** | | [optional] | | **phone** | **String** | | [optional] | | **metadata** | **Hash<String, Object>** | | [optional] | | **company_name** | **String** | | [optional] | | **id** | **String** | | | | **object** | **String** | | | | **created_at** | **Integer** | | | | **parent_id** | **String** | | [optional] | | **default** | **Boolean** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::CustomerFiscalEntitiesDataResponse.new( address: null, tax_id: null, email: null, phone: null, metadata: null, company_name: conekta, id: ship_cont_2tKZsTYcsryyu7Ah8, object: shipping_contact, created_at: 1675715413, parent_id: cus_2tKcHxhTz7xU5SymF, default: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems