# BaseTaxIntegrationLog


## 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]

## Example

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

const instance: BaseTaxIntegrationLog = {
    id,
    type,
    success,
    duration,
    createdAt,
    updatedAt,
};
```

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