# TaxIntegrationUpdateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**companyCode** | **string** |  | [optional] [default to undefined]
**instanceUrl** | **string** |  | [optional] [default to undefined]
**commit** | **boolean** |  | [optional] [default to undefined]
**logging** | **boolean** |  | [optional] [default to undefined]
**passTaxCode** | **string** |  | [optional] [default to undefined]
**packageTaxCode** | **string** |  | [optional] [default to undefined]
**reservationTaxCode** | **string** |  | [optional] [default to undefined]
**addOnTaxCode** | **string** |  | [optional] [default to undefined]
**accessTaxCode** | **string** |  | [optional] [default to undefined]
**invoiceTaxCode** | **string** |  | [optional] [default to undefined]
**bookingTaxCode** | **string** |  | [optional] [default to undefined]
**couponTaxCode** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: TaxIntegrationUpdateInputs = {
    companyCode,
    instanceUrl,
    commit,
    logging,
    passTaxCode,
    packageTaxCode,
    reservationTaxCode,
    addOnTaxCode,
    accessTaxCode,
    invoiceTaxCode,
    bookingTaxCode,
    couponTaxCode,
};
```

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