# TaxIntegrationLog


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**TaxIntegrationLogType**](TaxIntegrationLogType.md) |  | [default to undefined]
**success** | **boolean** |  | [default to undefined]
**duration** | **number** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**request** | **object** |  | [default to undefined]
**response** | **object** |  | [default to undefined]

## Example

```typescript
import { TaxIntegrationLog } from '@connectedxm/admin-sdk';

const instance: TaxIntegrationLog = {
    id,
    type,
    success,
    duration,
    createdAt,
    updatedAt,
    request,
    response,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
