Type of PIN Service.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PINRequestType", "title": "PINRequestType", "type": "string", "description": "Type of PIN Service.", "enum": [ "PINEnter", "PINVerify", "PINVerifyOnly" ] }