# GenericUsage


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additional_price** | [**Money**](Money.md) |  | [default to undefined]
**included_usage** | **number** | IncludedUsage is the number of included items. | [default to undefined]

## Example

```typescript
import { GenericUsage } from '@ory/client';

const instance: GenericUsage = {
    additional_price,
    included_usage,
};
```

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