# TaxIntegration


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**TaxIntegrationType**](TaxIntegrationType.md) |  | [default to undefined]
**connectionId** | **string** |  | [default to undefined]
**instanceUrl** | **string** |  | [default to undefined]
**sandbox** | **boolean** |  | [default to undefined]
**enabled** | **boolean** |  | [default to undefined]
**companyCode** | **string** |  | [default to undefined]
**commit** | **boolean** |  | [default to undefined]
**logging** | **boolean** |  | [default to undefined]
**passTaxCode** | **string** |  | [default to undefined]
**packageTaxCode** | **string** |  | [default to undefined]
**reservationTaxCode** | **string** |  | [default to undefined]
**addOnTaxCode** | **string** |  | [default to undefined]
**accessTaxCode** | **string** |  | [default to undefined]
**invoiceTaxCode** | **string** |  | [default to undefined]
**bookingTaxCode** | **string** |  | [default to undefined]
**couponTaxCode** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: TaxIntegration = {
    id,
    type,
    connectionId,
    instanceUrl,
    sandbox,
    enabled,
    companyCode,
    commit,
    logging,
    passTaxCode,
    packageTaxCode,
    reservationTaxCode,
    addOnTaxCode,
    accessTaxCode,
    invoiceTaxCode,
    bookingTaxCode,
    couponTaxCode,
    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)
