> */ public function rules(): array { return [ 'refund_type' => ['required', 'string', Rule::in(TicketRefund::types())], ]; } }