# CORSOrigin

CORS Origin

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**origin** | **string** | The CORS Origin | [optional] [default to undefined]

## Example

```typescript
import { CORSOrigin } from '@curvegrid/multibaas-sdk';

const instance: CORSOrigin = {
    id,
    origin,
};
```

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