UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

23 lines (15 loc) 563 B
# TaxLineItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount_in_cent** | **number** | | [optional] [default to undefined] **title** | **string** | | [optional] [default to undefined] ## Example ```typescript import { TaxLineItem } from '@ory/client'; const instance: TaxLineItem = { amount_in_cent, title, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)