# openapi.model.PinCodeChangeDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **newPinCode** | **String** | New PIN code (4-6 digits) | **password** | **Optional** | User password (required if PIN code is not provided) | [optional] **pinCode** | **Optional** | New PIN code (4-6 digits) | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)