<?php namespace App\Codes\Model; /** * QRサービス券利用方法 */ enum QRServiceUsage: string { case その他 = "その他"; case 認証方式 = "認証方式"; case 印字方式 = "印字方式"; }