UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

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